Styler Beta
Add custom CSS styles, JavaScript & jQuery to any websites
什么是Styler Beta?
Styler Beta是由Luke Stateson开发的Chrome扩展程序,该扩展的主要功能是“Add custom CSS styles, JavaScript & jQuery to any websites”。
扩展截图
下载Styler Beta扩展crx文件
下载Styler Beta扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Minimal extension for fast and easy way to add CSS styles and JavaScript to any webpage with jQuery support.
- Auto-sync across your Mac, PC and Linux Google accounts.
- Option to view all saved CSS styles and JavaScript on all websites.
- 100% Open-source and bloat-free, available on GitHub!
Support this extension - write a review!
Version 6.5:
- Added Import/Export data into JSON format
- Improved dark mode colors
- Fixed switching between dark/light mode based on browser settings
Version 6.4:
- Full dark mode beta
- Smaller scrollbars
Version 6.2:
- Added Screen Ruler
- Changed design of "disable" button
Version 6.1.x:
- Allowed editing inside "Saved data" tab (saved after styler popup is closed)
- Improved "Saved data" tab
Version 6:
- Improved UI
- Disable styles/scripts button
- Now showing the maximum chrome storage size (when limit is reached settings are saved locally). 扩展基本信息
| 名称 | |
| ID | hbhkfnpodhdcaophahpkiflechaoddoi |
| 官方URL | https://chromewebstore.google.com/detail/styler-beta/hbhkfnpodhdcaophahpkiflechaoddoi |
| 简介 | Add custom CSS styles, JavaScript & jQuery to any websites |
| 文件大小 | 205 KB |
| 安装次数 | 5,830 |
| 当前版本 | 6.5 |
| 更新时间 | 2021-02-11 |
| 上架时间 | 2020-07-02 |
| 评分 | 4.56/5 共54次评分 |
| 开发者 | Luke Stateson |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://major-themes.com/ |
| 帮助页面URL | https://major-themes.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Styler Beta",
"version": "6.5",
"manifest_version": 2,
"description": "Add custom CSS styles, JavaScript & jQuery to any websites",
"browser_action": {
"default_icon": {
"128": "128.png",
"48": "48.png",
"32": "32.png",
"16": "16.png"
},
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
},
"permissions": [
"tabs",
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
}
} | |