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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |