Styler

Add custom CSS styles, JavaScript & jQuery to any websites

什么是Styler?

Styler是由Luke Stateson开发的Chrome扩展程序,该扩展的主要功能是“Add custom CSS styles, JavaScript & jQuery to any websites”。

扩展截图

screenshot

下载Styler扩展crx文件

下载Styler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Add custom CSS and JavaScript to any web pages.

Simple & Easy to use.

Support the Styler by writing a review!

Your support is very valuable and speeds up new features!

Open source, no tracking, no telemetry, no data collection.                    

扩展基本信息

名称 Styler Styler
ID bogdgcfoocbajfkjjolkmcdcnnellpkb
官方URL https://chromewebstore.google.com/detail/styler/bogdgcfoocbajfkjjolkmcdcnnellpkb
简介 Add custom CSS styles, JavaScript & jQuery to any websites
文件大小 190 KB
安装次数 12,253
当前版本 6.1.1
更新时间 2020-08-25
上架时间 2020-01-27
评分 4.05/5 共129次评分
开发者 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",
    "version": "6.1.1",
    "manifest_version": 2,
    "description": "Add custom CSS styles, JavaScript & jQuery to any websites",
    "browser_action": {
        "default_icon": "32.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"
    }
}