C-Strip

Strips css from pages on request

C-Strip क्या है?

C-Strip https://vertagon.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Strips css from pages on request"।

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

screenshot

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

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

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

                        C-strip is a simple tool that strips away css style from webpages with the click of a button, leaving only raw html to view. C-strip can be used as a developer tool or just for pure fun.                    

एक्सटेंशन की मूल जानकारी

नाम C-Strip C-Strip
ID hedidopmliaolnhbeklnfmcndgcjlmab
आधिकारिक URL https://chromewebstore.google.com/detail/c-strip/hedidopmliaolnhbeklnfmcndgcjlmab
विवरण Strips css from pages on request
फ़ाइल का आकार 8.62 KB
स्थापना संख्या 222
वर्तमान संस्करण 1.3
अंतिम अपडेट 2019-07-24
प्रकाशन तिथि 2019-07-23
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://vertagon.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.vertagon.net/post/c-strip.html
सहायता पृष्ठ URL http://www.vertagon.net/post/c-strip.html
गोपनीयता नीति पृष्ठ URL http://www.vertagon.net/legal.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "C-Strip",
    "description": "Strips css from pages on request",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "background",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}