C-Strip
Strips css from pages on request
什麼是C-Strip?
C-Strip是由https://vertagon.net開發的Chrome擴展程式,該擴展的主要功能是“Strips css from pages on request”。
擴展截圖
下載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 |
ID | hedidopmliaolnhbeklnfmcndgcjlmab |
官方網址 | 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:\/\/*\/*" ] } |