Customize CSS
Change your favourite websites design instantly by using Chrome's Customize CSS extension.
什么是Customize CSS?
Customize CSS是由Yasser R Shaikh开发的Chrome扩展程序,该扩展的主要功能是“Change your favourite websites design instantly by using Chrome's Customize CSS extension.”。
扩展截图
下载Customize CSS扩展crx文件
下载Customize CSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lets your customize look and feel of any site, and remembers it. Simply override the css of the existing website and this plugin will remember it.
扩展基本信息
名称 | Customize CSS |
ID | iiigcmcpofchighahjijinjnajfnnidd |
官方URL | https://chromewebstore.google.com/detail/customize-css/iiigcmcpofchighahjijinjnajfnnidd |
简介 | Change your favourite websites design instantly by using Chrome's Customize CSS extension. |
文件大小 | 228 KB |
安装次数 | 86 |
当前版本 | 1.0 |
更新时间 | 2019-08-29 |
上架时间 | 2019-08-24 |
开发者 | Yasser R Shaikh |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "popup.html", "default_title": "Customize CSS" }, "description": "Change your favourite websites design instantly by using Chrome's Customize CSS extension.", "manifest_version": 2, "name": "Customize CSS", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "storage", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |