N-Central Dashboard extension
Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.
Τι είναι το N-Central Dashboard extension;
Το N-Central Dashboard extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jamesweakley, και η κύρια λειτουργία του είναι "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης N-Central Dashboard extension
Λήψη αρχείων επέκτασης N-Central Dashboard extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Uses jQuery and the jQuery.floatThead extension to make N-Central dashboard headings stick when scrolling.
Βασικές Πληροφορίες Επέκτασης
Όνομα | N-Central Dashboard extension |
ID | eambckjnmhkihnabgcbegcdgejekkpia |
Επίσημο URL | https://chromewebstore.google.com/detail/n-central-dashboard-exten/eambckjnmhkihnabgcbegcdgejekkpia |
Περιγραφή | Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling. |
Μέγεθος Αρχείου | 16.99 KB |
Αριθμός Εγκαταστάσεων | 53 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2014-06-29 |
Ημερομηνία Δημοσίευσης | 2014-06-28 |
Προγραμματιστής | jamesweakley |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |