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" } } |