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 - это расширение Chrome, разработанное jamesweakley, и его основная функция - "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.".
Снимки экрана расширения
Скачать файл CRX расширения N-Central Dashboard extension
Скачайте файлы расширений 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"
]
} | |