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
官方網址 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"
        }
    ]
}