Nginx Plus

Alternate CSS for nginx.org with a focus on readability.

Wat is Nginx Plus?

Nginx Plus is een Chrome-extensie ontwikkeld door https://www.niteshk.com, en de belangrijkste functie is "Alternate CSS for nginx.org with a focus on readability.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Nginx Plus

Download Nginx Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Feedback: @niteshk5 on Twitter                    

Basisinformatie over de Extensie

Naam Nginx Plus Nginx Plus
ID meliiblidnfgegbdnfogeboedehkaema
Officiële URL https://chromewebstore.google.com/detail/nginx-plus/meliiblidnfgegbdnfogeboedehkaema
Beschrijving Alternate CSS for nginx.org with a focus on readability.
Bestandsgrootte 41.62 KB
Aantal Installaties 225
Huidige Versie 1.0.1
Laatst Bijgewerkt 2013-11-29
Publicatiedatum 2013-11-29
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar https://www.niteshk.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}