NSBreeze

NSBreeze adds single key commands to help make browsing NationStates.net a breeze.

Qu'est-ce que NSBreeze ?

NSBreeze est une extension Chrome développée par Shizensky, et sa fonction principale est "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.".

Télécharger le fichier CRX de l'extension NSBreeze

Téléchargez les fichiers d'extension NSBreeze au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NSBreeze NSBreeze
ID hodpmjjbaiacgdjlgebeapapfojemlgo
URL Officiel https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo
Description NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
Taille du Fichier 36.81 KB
Nombre d'Installations 394
Version Actuelle 0.5.1.2
Dernière Mise à Jour 2015-02-12
Date de Publication 2015-02-12
Évaluation 4.00/5 Total 2 Évaluations
Développeur Shizensky
Type de Paiement free
Langues Prises en Charge 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"
}