N-Central Dashboard extension
Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.
Apa itu N-Central Dashboard extension?
N-Central Dashboard extension adalah ekstensi Chrome yang dikembangkan oleh jamesweakley, dan fitur utamanya adalah "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi N-Central Dashboard extension
Unduh file ekstensi N-Central Dashboard extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Uses jQuery and the jQuery.floatThead extension to make N-Central dashboard headings stick when scrolling.
Informasi Dasar Ekstensi
Nama | N-Central Dashboard extension |
ID | eambckjnmhkihnabgcbegcdgejekkpia |
URL Resmi | https://chromewebstore.google.com/detail/n-central-dashboard-exten/eambckjnmhkihnabgcbegcdgejekkpia |
Deskripsi | Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling. |
Ukuran File | 16.99 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2014-06-29 |
Tanggal Publikasi | 2014-06-28 |
Pengembang | jamesweakley |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |