NSBreeze
NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
Vad är NSBreeze?
NSBreeze är en Chrome-tillägg utvecklad av Shizensky, och dess huvudfunktion är "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.".
Ladda ner NSBreeze-förlängningens CRX-fil
Ladda ner NSBreeze-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | hodpmjjbaiacgdjlgebeapapfojemlgo |
Officiell webbadress | https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo |
Beskrivning | NSBreeze adds single key commands to help make browsing NationStates.net a breeze. |
Filstorlek | 36.81 KB |
Antal Installationer | 394 |
Aktuell Version | 0.5.1.2 |
Senast Uppdaterad | 2015-02-12 |
Publiceringsdatum | 2015-02-12 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | Shizensky |
Betalningssätt | free |
Stödda Språk | 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" } |