Stylo
Allows you to apply and persist custom CSS to any web page.
Styloとは何ですか?
StyloはAndrew Hookによって開発されたChromeの拡張機能で、その主な機能は「Allows you to apply and persist custom CSS to any web page.」です。
拡張機能のスクリーンショット
Stylo拡張機能のCRXファイルをダウンロード
Stylo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to apply and persist custom CSS to any web page.
拡張機能の基本情報
名前 | Stylo |
ID | fpoplbeolegkjepcmgakknapmpdpcimb |
公式URL | https://chromewebstore.google.com/detail/stylo/fpoplbeolegkjepcmgakknapmpdpcimb |
説明 | Allows you to apply and persist custom CSS to any web page. |
ファイルサイズ | 15.49 KB |
インストール数 | 20 |
現在のバージョン | 2.0 |
最終更新日 | 2019-05-10 |
公開日 | 2019-05-10 |
開発者 | Andrew Hook |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stylo", "version": "2.0", "description": "Allows you to apply and persist custom CSS to any web page.", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "gmail.css" ] } ], "content_security_policy": "script-src 'self' https:\/\/mail.google.com\/*; object-src 'self'" } |