N-Central Dashboard extension
Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.
Cos'è N-Central Dashboard extension?
N-Central Dashboard extension è un'estensione di Chrome sviluppata da jamesweakley, e la sua funzione principale è "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione N-Central Dashboard extension
Scarica i file di estensione N-Central Dashboard extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Uses jQuery and the jQuery.floatThead extension to make N-Central dashboard headings stick when scrolling.
Informazioni di Base sull'Estensione
Nome | N-Central Dashboard extension |
ID | eambckjnmhkihnabgcbegcdgejekkpia |
URL Ufficiale | https://chromewebstore.google.com/detail/n-central-dashboard-exten/eambckjnmhkihnabgcbegcdgejekkpia |
Descrizione | Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling. |
Dimensione del File | 16.99 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-06-29 |
Data di Pubblicazione | 2014-06-28 |
Sviluppatore | jamesweakley |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |