N-Central Dashboard extension

Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.

Co to jest N-Central Dashboard extension?

N-Central Dashboard extension to rozszerzenie Chrome opracowane przez jamesweakley, a jego główną funkcją jest „Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia N-Central Dashboard extension

Pobierz pliki rozszerzeń N-Central Dashboard extension 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

                        Uses jQuery and the jQuery.floatThead extension to make N-Central dashboard headings stick when scrolling.                    

Podstawowe informacje o rozszerzeniu

Nazwa N-Central Dashboard extension N-Central Dashboard extension
ID eambckjnmhkihnabgcbegcdgejekkpia
Oficjalny URL https://chromewebstore.google.com/detail/n-central-dashboard-exten/eambckjnmhkihnabgcbegcdgejekkpia
Opis Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.
Rozmiar pliku 16.99 KB
Liczba instalacji 53
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2014-06-29
Data Publikacji 2014-06-28
Deweloper jamesweakley
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "N-Central Dashboard extension",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "webRequest",
        "http:\/\/*\/*IndexAction.action",
        "https:\/\/*\/*IndexAction.action",
        "http:\/\/*\/*DashboardViewAction*",
        "https:\/\/*\/*DashboardViewAction*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "injected.js",
        "injector.js"
    ]
}