TumblrSkipper

Skips the sidebar for you when you click a Tumblelog on your Dashboard

什么是TumblrSkipper?

TumblrSkipper是由jessica.summer.smith开发的Chrome扩展程序,该扩展的主要功能是“Skips the sidebar for you when you click a Tumblelog on your Dashboard”。

扩展截图

screenshot

下载TumblrSkipper扩展crx文件

下载TumblrSkipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        On the Tumblr dashboard, clicking a blog link used to take you to that blog. Now, it takes you to a weird sidebar to preview the blog instead. 

This extension restores the native link functionality to the Tumblr dashboard.                    

扩展基本信息

名称 TumblrSkipper TumblrSkipper
ID cofjhhfhgfpdglobncjkfdmmpdkmfgdc
官方URL https://chrome.google.com/webstore/detail/tumblrskipper/cofjhhfhgfpdglobncjkfdmmpdkmfgdc
简介 Skips the sidebar for you when you click a Tumblelog on your Dashboard
文件大小 40.95 KB
安装次数 186
当前版本 0.2
更新时间 2016-01-12
上架时间 2016-01-12
评分 4.50/5 共2次评分
开发者 jessica.summer.smith
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TumblrSkipper",
    "version": "0.2",
    "description": "Skips the sidebar for you when you click a Tumblelog on your Dashboard",
    "browser_action": {
        "default_icon": "TS.png",
        "default_title": "TumblrSkipper"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "https:\/\/www.tumblr.com\/*"
    ]
}