Nginx Plus
Alternate CSS for nginx.org with a focus on readability.
What is Nginx Plus?
Nginx Plus is a Chrome extension developed by https://www.niteshk.com, and its main feature is "Alternate CSS for nginx.org with a focus on readability.".
Extension Screenshots
Download Nginx Plus Extension CRX File
Download Nginx Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Feedback: @niteshk5 on Twitter
Extension Basic Information
Name | Nginx Plus |
ID | meliiblidnfgegbdnfogeboedehkaema |
Official URL | https://chromewebstore.google.com/detail/nginx-plus/meliiblidnfgegbdnfogeboedehkaema |
Description | Alternate CSS for nginx.org with a focus on readability. |
File Size | 41.62 KB |
Installation Count | 225 |
Current Version | 1.0.1 |
Last Updated | 2013-11-29 |
Publish Date | 2013-11-29 |
Rating | 3.80/5 Total 5 Ratings |
Developer | https://www.niteshk.com |
Payment Type | free |
Supported Languages | 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" ] } |