Tumblr Expand

Tumblr dashboard posts expand on demand.

Tumblr Expandとは何ですか?

Tumblr ExpandはSimekによって開発されたChromeの拡張機能で、その主な機能は「Tumblr dashboard posts expand on demand.」です。

拡張機能のスクリーンショット

screenshot

Tumblr Expand拡張機能のCRXファイルをダウンロード

Tumblr Expand拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tumblr Expand add additional button to your Tumblr dashboard which enables you to expand all posts on stream (and auto expand new ones also).                    

拡張機能の基本情報

名前 Tumblr Expand Tumblr Expand
ID ffhecpjldhfodfcfagnmbmmfimijeheb
公式URL https://chromewebstore.google.com/detail/tumblr-expand/ffhecpjldhfodfcfagnmbmmfimijeheb
説明 Tumblr dashboard posts expand on demand.
ファイルサイズ 50.66 KB
インストール数 270
現在のバージョン 0.0.1
最終更新日 2014-01-11
公開日 2014-01-11
評価 5.00/5 合計 1 レビュー
開発者 Simek
支払い方法 free
拡張機能のウェブサイト https://github.com/Simek/TumblrExpand
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tumblr Expand",
    "description": "Tumblr dashboard posts expand on demand.",
    "version": "0.0.1",
    "background": {
        "persistance": false
    },
    "content_scripts": [
        {
            "css": [
                "css\/tumblr.css"
            ],
            "js": [
                "lib\/jquery.js",
                "tumblr.js"
            ],
            "matches": [
                "*:\/\/www.tumblr.com\/dashboard"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.tumblr.com\/"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/icon.png"
    ],
    "offline_enabled": false,
    "minimum_chrome_version": "22",
    "manifest_version": 2
}