Pink it

Make webpages pink (because you can)

Co je Pink it?

Pink it je rozšíření Chrome vyvinuté River Liu, a jeho hlavní funkcí je „Make webpages pink (because you can)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Pink it

Stáhněte si soubory rozšíření Pink it ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension will make your webpages pink!

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

Základní Informace o Rozšíření

Název Pink it Pink it
ID bjegaclehlfmkfaipjdebdhilaikohom
Oficiální URL https://chromewebstore.google.com/detail/pink-it/bjegaclehlfmkfaipjdebdhilaikohom
Popis Make webpages pink (because you can)
Velikost souboru 13.27 KB
Počet instalací 2,069
Aktuální Verze 0.1
Poslední Aktualizace 2019-04-21
Datum Vydání 2019-04-18
Hodnocení 4.25/5 Celkem 8 Hodnocení
Vývojář River Liu
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/river34/pink-it
URL Stránky Nápovědy https://github.com/river34/pink-it
Podporované Jazyky 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"
}