NSBreeze
NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
Что такое NSBreeze?
NSBreeze - это расширение Chrome, разработанное Shizensky, и его основная функция - "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.".
Скачать файл CRX расширения NSBreeze
Скачайте файлы расширений NSBreeze в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Use keyboard shortcuts to perform common tasks: e - Endorse the nation you are viewing. f - View the nation page for the region's founder. d - View the nation page for the region's delegate. m - Move to the current region you are viewing. r - Go to your current home region. n - View your nation's home page. More shortcuts coming soon. 0.5.1.2 - Added "r" and "n" shortcuts.
Основная информация о расширении
Название | |
ID | hodpmjjbaiacgdjlgebeapapfojemlgo |
Официальный URL | https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo |
Описание | NSBreeze adds single key commands to help make browsing NationStates.net a breeze. |
Размер файла | 36.81 KB |
Количество установок | 394 |
Текущая Версия | 0.5.1.2 |
Последнее Обновление | 2015-02-12 |
Дата публикации | 2015-02-12 |
Рейтинг | 4.00/5 Всего 2 оценок |
Разработчик | Shizensky |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Shizensky", "content_scripts": [ { "js": [ "jquery1.6.4.min.js", "script.js" ], "matches": [ "*:\/\/*.nationstates.net\/*" ] } ], "description": "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.", "icons": { "128": "images\/logo.png", "16": "images\/logo-16.png" }, "manifest_version": 2, "name": "NSBreeze", "permissions": [ "activeTab", "http:\/\/*.nationstates.net\/*", "https:\/\/*.nationstates.net\/*" ], "short_name": "NSB", "version": "0.5.1.2" } |