Pink it

Make webpages pink (because you can)

Pink it क्या है?

Pink it River Liu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make webpages pink (because you can)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pink it एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}