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 |
官方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 |
电子邮箱 | [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:\/\/*\/*" ] } |