NSBreeze
NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
O que é NSBreeze?
NSBreeze é uma extensão do Chrome desenvolvida por Shizensky, e sua principal característica é "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.".
Baixar o arquivo CRX da Extensão NSBreeze
Baixe arquivos de extensão NSBreeze no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hodpmjjbaiacgdjlgebeapapfojemlgo |
URL Oficial | https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo |
Descrição | NSBreeze adds single key commands to help make browsing NationStates.net a breeze. |
Tamanho do Arquivo | 36.81 KB |
Contagem de Instalações | 394 |
Versão Atual | 0.5.1.2 |
Última Atualização | 2015-02-12 |
Data de Publicação | 2015-02-12 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Shizensky |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |