N-Central Dashboard extension
Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.
Co je N-Central Dashboard extension?
N-Central Dashboard extension je rozšíření Chrome vyvinuté jamesweakley, a jeho hlavní funkcí je „Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření N-Central Dashboard extension
Stáhněte si soubory rozšíření N-Central Dashboard extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Uses jQuery and the jQuery.floatThead extension to make N-Central dashboard headings stick when scrolling.
Základní Informace o Rozšíření
Název | N-Central Dashboard extension |
ID | eambckjnmhkihnabgcbegcdgejekkpia |
Oficiální URL | https://chromewebstore.google.com/detail/n-central-dashboard-exten/eambckjnmhkihnabgcbegcdgejekkpia |
Popis | Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling. |
Velikost souboru | 16.99 KB |
Počet instalací | 53 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2014-06-29 |
Datum Vydání | 2014-06-28 |
Vývojář | jamesweakley |
Typ Platby | free |
Podporované Jazyky | 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" ] } |