Nginx Plus
Alternate CSS for nginx.org with a focus on readability.
Vad är Nginx Plus?
Nginx Plus är en Chrome-tillägg utvecklad av https://www.niteshk.com, och dess huvudfunktion är "Alternate CSS for nginx.org with a focus on readability.".
Tilläggsskärmbilder
Ladda ner Nginx Plus-förlängningens CRX-fil
Ladda ner Nginx Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Feedback: @niteshk5 on Twitter
Grundläggande Information om Tillägg
Namn | Nginx Plus |
ID | meliiblidnfgegbdnfogeboedehkaema |
Officiell webbadress | https://chromewebstore.google.com/detail/nginx-plus/meliiblidnfgegbdnfogeboedehkaema |
Beskrivning | Alternate CSS for nginx.org with a focus on readability. |
Filstorlek | 41.62 KB |
Antal Installationer | 225 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2013-11-29 |
Publiceringsdatum | 2013-11-29 |
Betyg | 3.80/5 Totalt 5 Betyg |
Utvecklare | https://www.niteshk.com |
Betalningssätt | free |
Stödda Språk | 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" ] } |