Nginx Plus
Alternate CSS for nginx.org with a focus on readability.
Cos'è Nginx Plus?
Nginx Plus è un'estensione di Chrome sviluppata da https://www.niteshk.com, e la sua funzione principale è "Alternate CSS for nginx.org with a focus on readability.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nginx Plus
Scarica i file di estensione Nginx Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Feedback: @niteshk5 on Twitter Informazioni di Base sull'Estensione
| Nome | |
| ID | meliiblidnfgegbdnfogeboedehkaema |
| URL Ufficiale | https://chromewebstore.google.com/detail/nginx-plus/meliiblidnfgegbdnfogeboedehkaema |
| Descrizione | Alternate CSS for nginx.org with a focus on readability. |
| Dimensione del File | 41.62 KB |
| Conteggio Installazioni | 225 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2013-11-29 |
| Data di Pubblicazione | 2013-11-29 |
| Valutazione | 3.80/5 Totale 5 Valutazioni |
| Sviluppatore | https://www.niteshk.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |