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
Eメール [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"
}