Nginx Plus
Alternate CSS for nginx.org with a focus on readability.
Nginx Plusとは何ですか?
Nginx Plusはhttps://www.niteshk.comによって開発されたChromeの拡張機能で、その主な機能は「Alternate CSS for nginx.org with a focus on readability.」です。
拡張機能のスクリーンショット
Nginx Plus拡張機能のCRXファイルをダウンロード
Nginx Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Feedback: @niteshk5 on Twitter
拡張機能の基本情報
名前 | Nginx Plus |
ID | meliiblidnfgegbdnfogeboedehkaema |
公式URL | https://chromewebstore.google.com/detail/nginx-plus/meliiblidnfgegbdnfogeboedehkaema |
説明 | Alternate CSS for nginx.org with a focus on readability. |
ファイルサイズ | 41.62 KB |
インストール数 | 225 |
現在のバージョン | 1.0.1 |
最終更新日 | 2013-11-29 |
公開日 | 2013-11-29 |
評価 | 3.80/5 合計 5 レビュー |
開発者 | https://www.niteshk.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nginx Plus", "version": "1.0.1", "description": "Alternate CSS for nginx.org with a focus on readability.", "icons": { "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/nginx.org\/*" ], "js": [ "contentscript.js" ] } ], "background": { "page": "background.html" }, "permissions": [ "tabs", "http:\/\/nginx.org\/*" ], "web_accessible_resources": [ "contentscript.js" ] } |