C-Strip

Strips css from pages on request

C-Stripとは何ですか?

C-Stripはhttps://vertagon.netによって開発されたChromeの拡張機能で、その主な機能は「Strips css from pages on request」です。

拡張機能のスクリーンショット

screenshot

C-Strip拡張機能のCRXファイルをダウンロード

C-Strip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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:\/\/*\/*"
    ]
}