NSBreeze
NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
Cos'è NSBreeze?
NSBreeze è un'estensione di Chrome sviluppata da Shizensky, e la sua funzione principale è "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.".
Scarica il file CRX dell'estensione NSBreeze
Scarica i file di estensione NSBreeze in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hodpmjjbaiacgdjlgebeapapfojemlgo |
URL Ufficiale | https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo |
Descrizione | NSBreeze adds single key commands to help make browsing NationStates.net a breeze. |
Dimensione del File | 36.81 KB |
Conteggio Installazioni | 394 |
Versione Corrente | 0.5.1.2 |
Ultimo Aggiornamento | 2015-02-12 |
Data di Pubblicazione | 2015-02-12 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | Shizensky |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |