C-Strip

Strips css from pages on request

Vad är C-Strip?

C-Strip är en Chrome-tillägg utvecklad av https://vertagon.net, och dess huvudfunktion är "Strips css from pages on request".

Tilläggsskärmbilder

screenshot

Ladda ner C-Strip-förlängningens CRX-fil

Ladda ner C-Strip-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

                        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.                    

Grundläggande Information om Tillägg

Namn C-Strip C-Strip
ID hedidopmliaolnhbeklnfmcndgcjlmab
Officiell webbadress https://chromewebstore.google.com/detail/c-strip/hedidopmliaolnhbeklnfmcndgcjlmab
Beskrivning Strips css from pages on request
Filstorlek 8.62 KB
Antal Installationer 222
Aktuell Version 1.3
Senast Uppdaterad 2019-07-24
Publiceringsdatum 2019-07-23
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://vertagon.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.vertagon.net/post/c-strip.html
Hjälpsida URL http://www.vertagon.net/post/c-strip.html
URL till Sekretesspolicy Sidan http://www.vertagon.net/legal.html
Stödda Språk 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:\/\/*\/*"
    ]
}