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
官方網址 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
}