NSBreeze
NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
Τι είναι το NSBreeze;
Το NSBreeze είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shizensky, και η κύρια λειτουργία του είναι "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.".
Λήψη αρχείου CRX της επέκτασης NSBreeze
Λήψη αρχείων επέκτασης NSBreeze σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hodpmjjbaiacgdjlgebeapapfojemlgo |
Επίσημο URL | https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo |
Περιγραφή | NSBreeze adds single key commands to help make browsing NationStates.net a breeze. |
Μέγεθος Αρχείου | 36.81 KB |
Αριθμός Εγκαταστάσεων | 394 |
Τρέχουσα Έκδοση | 0.5.1.2 |
Τελευταία Ενημέρωση | 2015-02-12 |
Ημερομηνία Δημοσίευσης | 2015-02-12 |
Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Shizensky |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } |