Pink it

Make webpages pink (because you can)

Cos'è Pink it?

Pink it è un'estensione di Chrome sviluppata da River Liu, e la sua funzione principale è "Make webpages pink (because you can)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pink it

Scarica i file di estensione Pink it in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension will make your webpages pink!

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

Informazioni di Base sull'Estensione

Nome Pink it Pink it
ID bjegaclehlfmkfaipjdebdhilaikohom
URL Ufficiale https://chromewebstore.google.com/detail/pink-it/bjegaclehlfmkfaipjdebdhilaikohom
Descrizione Make webpages pink (because you can)
Dimensione del File 13.27 KB
Conteggio Installazioni 2,069
Versione Corrente 0.1
Ultimo Aggiornamento 2019-04-21
Data di Pubblicazione 2019-04-18
Valutazione 4.25/5 Totale 8 Valutazioni
Sviluppatore River Liu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/river34/pink-it
URL della Pagina di Aiuto https://github.com/river34/pink-it
Lingue Supportate 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"
}