Styler
Add custom CSS styles, JavaScript & jQuery to any websites
Stylerとは何ですか?
StylerはLuke Statesonによって開発されたChromeの拡張機能で、その主な機能は「Add custom CSS styles, JavaScript & jQuery to any websites」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |