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