Tumblr Inactivity Checker

Shows you any inactive Tumblr blogs you're following.

什么是Tumblr Inactivity Checker?

Tumblr Inactivity Checker是由jrloprojects开发的Chrome扩展程序,该扩展的主要功能是“Shows you any inactive Tumblr blogs you're following.”。

扩展截图

screenshot
screenshot

下载Tumblr Inactivity Checker扩展crx文件

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

扩展使用说明

                        This Tumblr extension will display any inactive blogs you're following according to the period of time you specify.                    

扩展基本信息

名称 Tumblr Inactivity Checker Tumblr Inactivity Checker
ID idegoclkpbmijpnnldfgngfceghpfhpg
官方URL https://chromewebstore.google.com/detail/tumblr-inactivity-checker/idegoclkpbmijpnnldfgngfceghpfhpg
简介 Shows you any inactive Tumblr blogs you're following.
文件大小 52.24 KB
安装次数 739
当前版本 1.0
更新时间 2013-05-09
上架时间 2013-05-09
评分 1.35/5 共80次评分
开发者 jrloprojects
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr Inactivity Checker",
    "description": "Shows you any inactive Tumblr blogs you're following.",
    "version": "1.0",
    "icons": {
        "128": "uibicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tumblr.com\/following*"
            ],
            "css": [
                "tbi.css"
            ],
            "js": [
                "jquery.js",
                "jquery.lightbox_me.js",
                "uib.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}