Stylizer
Give websites user-defined CSS's.
什么是Stylizer?
Stylizer是由alchen开发的Chrome扩展程序,该扩展的主要功能是“Give websites user-defined CSS's.”。
扩展截图
下载Stylizer扩展crx文件
下载Stylizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever wanted to change the CSS stylesheet of a website and didn't feel like involving the Greasemonkey? This extension does just that. Each specified full or partial URL is regex matched to the web addresses in the tabs and automatically applies your customized stylesheets.
扩展基本信息
名称 | Stylizer |
ID | mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
官方URL | https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
简介 | Give websites user-defined CSS's. |
文件大小 | 49.52 KB |
安装次数 | 185 |
当前版本 | 1.1 |
更新时间 | 2018-02-13 |
上架时间 | 2018-02-13 |
评分 | 4.00/5 共4次评分 |
开发者 | alchen |
付费类型 | free |
扩展官网 | https://github.com/alchen/stylizer |
帮助页面URL | https://github.com/alchen/stylizer/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stylizer", "description": "Give websites user-defined CSS's.", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |