Nginx Plus
Alternate CSS for nginx.org with a focus on readability.
Was ist Nginx Plus?
Nginx Plus ist eine Chrome-Erweiterung, die von https://www.niteshk.com entwickelt wurde, und ihr Hauptmerkmal ist "Alternate CSS for nginx.org with a focus on readability.".
Erweiterungsscreenshots
Nginx Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nginx Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Feedback: @niteshk5 on Twitter Grundlegende Informationen zur Erweiterung
| Name | |
| ID | meliiblidnfgegbdnfogeboedehkaema |
| Offizielle URL | https://chromewebstore.google.com/detail/nginx-plus/meliiblidnfgegbdnfogeboedehkaema |
| Beschreibung | Alternate CSS for nginx.org with a focus on readability. |
| Dateigröße | 41.62 KB |
| Installationsanzahl | 225 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2013-11-29 |
| Veröffentlichungsdatum | 2013-11-29 |
| Bewertung | 3.80/5 Insgesamt 5 Bewertungen |
| Entwickler | https://www.niteshk.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |