Twitter Wide and Clear

Wide and Clear theme for Twitter website.

Twitter Wide and Clearとは何ですか?

Twitter Wide and Clearはhttps://www.arundavid.comによって開発されたChromeの拡張機能で、その主な機能は「Wide and Clear theme for Twitter website.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension makes twitter website to full width of the browser and removes the image/video/media preview from the timeline to increase the focus on content without distraction.                    

拡張機能の基本情報

名前 Twitter Wide and Clear Twitter Wide and Clear
ID blbmlgjoglkgoejpipkbhnbggoegkkmm
公式URL https://chromewebstore.google.com/detail/twitter-wide-and-clear/blbmlgjoglkgoejpipkbhnbggoegkkmm
説明 Wide and Clear theme for Twitter website.
ファイルサイズ 58.29 KB
インストール数 40
現在のバージョン 1.0
最終更新日 2015-06-30
公開日 2015-06-30
評価 1.00/5 合計 1 レビュー
開発者 https://www.arundavid.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Wide and Clear",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Wide and Clear theme for Twitter website.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "onload.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/twitter.com\/*"
    ]
}