NSBreeze

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

Wat is NSBreeze?

NSBreeze is een Chrome-extensie ontwikkeld door Shizensky, en de belangrijkste functie is "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.".

Download het CRX-bestand van de extensie NSBreeze

Download NSBreeze-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NSBreeze NSBreeze
ID hodpmjjbaiacgdjlgebeapapfojemlgo
Officiële URL https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo
Beschrijving NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
Bestandsgrootte 36.81 KB
Aantal Installaties 394
Huidige Versie 0.5.1.2
Laatst Bijgewerkt 2015-02-12
Publicatiedatum 2015-02-12
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Shizensky
Betalingswijze free
Ondersteunde Talen 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"
}