C-Strip

Strips css from pages on request

Co to jest C-Strip?

C-Strip to rozszerzenie Chrome opracowane przez https://vertagon.net, a jego główną funkcją jest „Strips css from pages on request”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia C-Strip

Pobierz pliki rozszerzeń C-Strip w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa C-Strip C-Strip
ID hedidopmliaolnhbeklnfmcndgcjlmab
Oficjalny URL https://chromewebstore.google.com/detail/c-strip/hedidopmliaolnhbeklnfmcndgcjlmab
Opis Strips css from pages on request
Rozmiar pliku 8.62 KB
Liczba instalacji 222
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2019-07-24
Data Publikacji 2019-07-23
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://vertagon.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.vertagon.net/post/c-strip.html
Adres URL Strony Pomocy http://www.vertagon.net/post/c-strip.html
Adres URL Strony Polityki Prywatności http://www.vertagon.net/legal.html
Obsługiwane Języki 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:\/\/*\/*"
    ]
}