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.”。

擴展截圖

screenshot

下載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 N-Central Dashboard extension
ID eambckjnmhkihnabgcbegcdgejekkpia
官方網址 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"
    ]
}