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"
        }
    ]
}