N-Central Dashboard extension

Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.

N-Central Dashboard extension là gì?

N-Central Dashboard extension là một tiện ích mở rộng Chrome được phát triển bởi jamesweakley, và tính năng chính của nó là "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng N-Central Dashboard extension

Tải xuống các tệp mở rộng N-Central Dashboard extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Uses jQuery and the jQuery.floatThead extension to make N-Central dashboard headings stick when scrolling.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên N-Central Dashboard extension N-Central Dashboard extension
ID eambckjnmhkihnabgcbegcdgejekkpia
URL Chính Thức https://chromewebstore.google.com/detail/n-central-dashboard-exten/eambckjnmhkihnabgcbegcdgejekkpia
Mô tả Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.
Kích Thước Tệp 16.99 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-06-29
Ngày Phát Hành 2014-06-28
Nhà Phát Triển jamesweakley
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}