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 jamesweakley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में N-Central Dashboard extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |