More Colors

One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.

什麼是More Colors?

More Colors是由Daniel W開發的Chrome擴展程式,該擴展的主要功能是“One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.”。

擴展截圖

screenshot
screenshot

下載More Colors擴展crx文件

下載More Colors擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.                    

擴展基本資訊

名稱 More Colors More Colors
ID annnclmombcdbkkadbffibajhjpopgdo
官方網址 https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo
簡介 One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
檔案大小 5.15 KB
安裝次數 53
目前版本 1.0.2
更新時間 2014-09-25
上架時間 2014-09-25
評分 4.00/5 共 6 次評分
開發者 Daniel W
付費類型 free
擴展官網 http://www.danielw.org
說明頁面URL http://www.danielw.org
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "More Colors",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "tabs",
        "background"
    ],
    "icons": {
        "16": "color.png"
    },
    "browser_action": {
        "default_title": "Makes your internet experience a little more colorful",
        "default_icon": "color.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "hover.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}