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. 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |