NSBreeze
NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
Co to jest NSBreeze?
NSBreeze to rozszerzenie Chrome opracowane przez Shizensky, a jego główną funkcją jest „NSBreeze adds single key commands to help make browsing NationStates.net a breeze.”.
Pobierz plik CRX rozszerzenia NSBreeze
Pobierz pliki rozszerzeń NSBreeze w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hodpmjjbaiacgdjlgebeapapfojemlgo |
Oficjalny URL | https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo |
Opis | NSBreeze adds single key commands to help make browsing NationStates.net a breeze. |
Rozmiar pliku | 36.81 KB |
Liczba instalacji | 394 |
Aktualna Wersja | 0.5.1.2 |
Ostatnia Aktualizacja | 2015-02-12 |
Data Publikacji | 2015-02-12 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | Shizensky |
Typ Płatności | free |
Obsługiwane Języki | 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" } |