Uncover twitter.com Background

Hides the content wrapper, so you can see the background image!

Uncover twitter.com Backgroundとは何ですか?

Uncover twitter.com Backgroundはhttps://en.milado.netによって開発されたChromeの拡張機能で、その主な機能は「Hides the content wrapper, so you can see the background image!」です。

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

screenshot

Uncover twitter.com Background拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        When you access twitter.com, a new icon (twitter logo) will appear in the omnibar, clicking it will hide / show the content wrapper in twitter.com, so you can see the profile background image.                    

拡張機能の基本情報

名前 Uncover twitter.com Background Uncover twitter.com Background
ID nfhjomahbnhnkhggiajkcckmakbpddio
公式URL https://chromewebstore.google.com/detail/uncover-twittercom-backgr/nfhjomahbnhnkhggiajkcckmakbpddio
説明 Hides the content wrapper, so you can see the background image!
ファイルサイズ 16.57 KB
インストール数 52
現在のバージョン 1.1.1
最終更新日 2013-10-29
公開日 2013-10-29
評価 2.14/5 合計 7 レビュー
開発者 https://en.milado.net
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Uncover twitter.com Background",
    "description": "Hides the content wrapper, so you can see the background image!",
    "version": "1.1.1",
    "permissions": [
        "tabs",
        "http:\/\/*.twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Uncover twitter.com Background"
    }
}