Pink it

Make webpages pink (because you can)

Vad är Pink it?

Pink it är en Chrome-tillägg utvecklad av River Liu, och dess huvudfunktion är "Make webpages pink (because you can)".

Tilläggsskärmbilder

screenshot

Ladda ner Pink it-förlängningens CRX-fil

Ladda ner Pink it-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension will make your webpages pink!

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

Grundläggande Information om Tillägg

Namn Pink it Pink it
ID bjegaclehlfmkfaipjdebdhilaikohom
Officiell webbadress https://chromewebstore.google.com/detail/pink-it/bjegaclehlfmkfaipjdebdhilaikohom
Beskrivning Make webpages pink (because you can)
Filstorlek 13.27 KB
Antal Installationer 2,069
Aktuell Version 0.1
Senast Uppdaterad 2019-04-21
Publiceringsdatum 2019-04-18
Betyg 4.25/5 Totalt 8 Betyg
Utvecklare River Liu
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/river34/pink-it
Hjälpsida URL https://github.com/river34/pink-it
Stödda Språk 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"
}