N-Central Dashboard extension
Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.
Qu'est-ce que N-Central Dashboard extension ?
N-Central Dashboard extension est une extension Chrome développée par jamesweakley, et sa fonction principale est "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension N-Central Dashboard extension
Téléchargez les fichiers d'extension N-Central Dashboard extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Uses jQuery and the jQuery.floatThead extension to make N-Central dashboard headings stick when scrolling.
Informations de Base sur l'Extension
Nom | N-Central Dashboard extension |
ID | eambckjnmhkihnabgcbegcdgejekkpia |
URL Officiel | https://chromewebstore.google.com/detail/n-central-dashboard-exten/eambckjnmhkihnabgcbegcdgejekkpia |
Description | Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling. |
Taille du Fichier | 16.99 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-06-29 |
Date de Publication | 2014-06-28 |
Développeur | jamesweakley |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |