Pink it

Make webpages pink (because you can)

什么是Pink it?

Pink it是由River Liu开发的Chrome扩展程序,该扩展的主要功能是“Make webpages pink (because you can)”。

扩展截图

screenshot

下载Pink it扩展crx文件

下载Pink it扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension will make your webpages pink!

Reasons, if you may ask? 
Why there should be reasons?                    

扩展基本信息

名称 Pink it Pink it
ID bjegaclehlfmkfaipjdebdhilaikohom
官方URL https://chromewebstore.google.com/detail/pink-it/bjegaclehlfmkfaipjdebdhilaikohom
简介 Make webpages pink (because you can)
文件大小 13.27 KB
安装次数 2,069
当前版本 0.1
更新时间 2019-04-21
上架时间 2019-04-18
评分 4.25/5 共8次评分
开发者 River Liu
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/river34/pink-it
帮助页面URL https://github.com/river34/pink-it
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pink it",
    "version": "0.1",
    "description": "Make webpages pink (because you can)",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "author": "River Liu",
    "devtools_page": "https:\/\/github.com\/river34\/pink-it",
    "homepage_url": "https:\/\/github.com\/river34\/pink-it"
}