Unstyler
Toggle website styling.
什么是Unstyler?
Unstyler是由Miguel Piedrafita开发的Chrome扩展程序,该扩展的主要功能是“Toggle website styling.”。
扩展截图
下载Unstyler扩展crx文件
下载Unstyler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With the Unstyler, you can toggle CSS from websites
扩展基本信息
名称 | Unstyler |
ID | iniahmhgmcmkimliphhbgfkmichgccjd |
官方URL | https://chromewebstore.google.com/detail/unstyler/iniahmhgmcmkimliphhbgfkmichgccjd |
简介 | Toggle website styling. |
文件大小 | 27.57 KB |
安装次数 | 553 |
当前版本 | 1.0.1 |
更新时间 | 2018-12-06 |
上架时间 | 2018-12-06 |
开发者 | Miguel Piedrafita |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://miguelpiedrafita.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unstyler", "version": "1.0.1", "description": "Toggle website styling.", "homepage_url": "https:\/\/miguelpiedrafita.com", "author": "Miguel Piedrafita", "manifest_version": 2, "background": { "scripts": [ "index.js" ], "persistent": false }, "browser_action": { "default_title": "Unstyler" }, "permissions": [ "activeTab" ], "icons": { "128": "assets\/logo.png" } } |