Twitter Expander

This is extension will save you a click by displaying full images on your timeline ;)

Twitter Expanderとは何ですか?

Twitter Expanderはhttp://rafaramos.comによって開発されたChromeの拡張機能で、その主な機能は「This is extension will save you a click by displaying full images on your timeline ;)」です。

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

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

拡張機能の使用方法

                        Don't like Twitter's image preview? This extension will allow automatically expand the images on your timeline.                    

拡張機能の基本情報

名前 Twitter Expander Twitter Expander
ID hnfgjkfjmabokfhlkifalplleeanacjp
公式URL https://chrome.google.com/webstore/detail/twitter-expander/hnfgjkfjmabokfhlkifalplleeanacjp
説明 This is extension will save you a click by displaying full images on your timeline ;)
ファイルサイズ 26.18 KB
インストール数 17
現在のバージョン 1.0
最終更新日 2014-06-25
公開日 2014-06-25
評価 4.50/5 合計 2 レビュー
開発者 http://rafaramos.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Expander",
    "version": "1.0",
    "description": "This is extension will save you a click by displaying full images on your timeline ;)",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "twitter.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ]
}