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开发的Chrome扩展程序,该扩展的主要功能是“Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.”。
扩展截图
下载N-Central Dashboard extension扩展crx文件
下载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" ] } |