C-Strip

Strips css from pages on request

Wat is C-Strip?

C-Strip is een Chrome-extensie ontwikkeld door https://vertagon.net, en de belangrijkste functie is "Strips css from pages on request".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie C-Strip

Download C-Strip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam C-Strip C-Strip
ID hedidopmliaolnhbeklnfmcndgcjlmab
Officiële URL https://chromewebstore.google.com/detail/c-strip/hedidopmliaolnhbeklnfmcndgcjlmab
Beschrijving Strips css from pages on request
Bestandsgrootte 8.62 KB
Aantal Installaties 222
Huidige Versie 1.3
Laatst Bijgewerkt 2019-07-24
Publicatiedatum 2019-07-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://vertagon.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.vertagon.net/post/c-strip.html
Help Pagina-URL http://www.vertagon.net/post/c-strip.html
URL van de Privacybeleid Pagina http://www.vertagon.net/legal.html
Ondersteunde Talen 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:\/\/*\/*"
    ]
}