Nginx Plus

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

Co to jest Nginx Plus?

Nginx Plus to rozszerzenie Chrome opracowane przez https://www.niteshk.com, a jego główną funkcją jest „Alternate CSS for nginx.org with a focus on readability.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Nginx Plus

Pobierz pliki rozszerzeń Nginx Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Feedback: @niteshk5 on Twitter                    

Podstawowe informacje o rozszerzeniu

Nazwa Nginx Plus Nginx Plus
ID meliiblidnfgegbdnfogeboedehkaema
Oficjalny URL https://chromewebstore.google.com/detail/nginx-plus/meliiblidnfgegbdnfogeboedehkaema
Opis Alternate CSS for nginx.org with a focus on readability.
Rozmiar pliku 41.62 KB
Liczba instalacji 225
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2013-11-29
Data Publikacji 2013-11-29
Ocena 3.80/5 Łącznie 5 Oceny
Deweloper https://www.niteshk.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}