NSBreeze
NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
Co je NSBreeze?
NSBreeze je rozšíření Chrome vyvinuté Shizensky, a jeho hlavní funkcí je „NSBreeze adds single key commands to help make browsing NationStates.net a breeze.“.
Stáhnout soubor CRX rozšíření NSBreeze
Stáhněte si soubory rozšíření NSBreeze ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | hodpmjjbaiacgdjlgebeapapfojemlgo |
Oficiální URL | https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo |
Popis | NSBreeze adds single key commands to help make browsing NationStates.net a breeze. |
Velikost souboru | 36.81 KB |
Počet instalací | 394 |
Aktuální Verze | 0.5.1.2 |
Poslední Aktualizace | 2015-02-12 |
Datum Vydání | 2015-02-12 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | Shizensky |
Typ Platby | free |
Podporované Jazyky | 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" } |