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
官方URL 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
}