NSBreeze
NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
Was ist NSBreeze?
NSBreeze ist eine Chrome-Erweiterung, die von Shizensky entwickelt wurde, und ihr Hauptmerkmal ist "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.".
NSBreeze-Erweiterungs-CRX-Datei herunterladen
Laden Sie NSBreeze-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hodpmjjbaiacgdjlgebeapapfojemlgo |
Offizielle URL | https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo |
Beschreibung | NSBreeze adds single key commands to help make browsing NationStates.net a breeze. |
Dateigröße | 36.81 KB |
Installationsanzahl | 394 |
Aktuelle Version | 0.5.1.2 |
Letztes Update | 2015-02-12 |
Veröffentlichungsdatum | 2015-02-12 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | Shizensky |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |