Apple Green

Change all web pages background color to apple green for protecting eyes.

Apple Greenとは何ですか?

Apple Greenはyanlongによって開発されたChromeの拡張機能で、その主な機能は「Change all web pages background color to apple green for protecting eyes.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension will change every page's background color to apple green which is a magic color for relaxing your eyes.                    

拡張機能の基本情報

名前 Apple Green Apple Green
ID edmkmnjkagnlalaamoaoihblemaeedib
公式URL https://chromewebstore.google.com/detail/apple-green/edmkmnjkagnlalaamoaoihblemaeedib
説明 Change all web pages background color to apple green for protecting eyes.
ファイルサイズ 25.09 KB
インストール数 4,156
現在のバージョン 1.2
最終更新日 2013-12-27
公開日 2013-12-27
評価 3.98/5 合計 46 レビュー
開発者 yanlong
支払い方法 free
対応言語 en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "context.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Change all web pages background color to apple green for protecting eyes.",
    "icons": {
        "128": "apple128.png",
        "16": "apple16.png",
        "48": "apple48.png"
    },
    "name": "Apple Green",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "manifest_version": 2
}