N-Central Dashboard extension

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

O que é N-Central Dashboard extension?

N-Central Dashboard extension é uma extensão do Chrome desenvolvida por jamesweakley, e sua principal característica é "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão N-Central Dashboard extension

Baixe arquivos de extensão N-Central Dashboard extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome N-Central Dashboard extension N-Central Dashboard extension
ID eambckjnmhkihnabgcbegcdgejekkpia
URL Oficial https://chromewebstore.google.com/detail/n-central-dashboard-exten/eambckjnmhkihnabgcbegcdgejekkpia
Descrição Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.
Tamanho do Arquivo 16.99 KB
Contagem de Instalações 53
Versão Atual 1.0.1
Última Atualização 2014-06-29
Data de Publicação 2014-06-28
Desenvolvedor jamesweakley
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}