NSBreeze
NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
¿Qué es NSBreeze?
NSBreeze es una extensión de Chrome desarrollada por Shizensky, y su función principal es "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.".
Descargar Archivo CRX de la Extensión NSBreeze
Descarga archivos de extensión NSBreeze en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | hodpmjjbaiacgdjlgebeapapfojemlgo |
URL Oficial | https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo |
Descripción | NSBreeze adds single key commands to help make browsing NationStates.net a breeze. |
Tamaño del Archivo | 36.81 KB |
Cantidad de Instalaciones | 394 |
Versión Actual | 0.5.1.2 |
Última Actualización | 2015-02-12 |
Fecha de Publicación | 2015-02-12 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | Shizensky |
Tipo de Pago | free |
Idiomas Soportados | 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" } |