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
官方網址 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"
    }
}