NSBreeze

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

What is NSBreeze?

NSBreeze is a Chrome extension developed by Shizensky, and its main feature is "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.".

Download NSBreeze Extension CRX File

Download NSBreeze extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NSBreeze NSBreeze
ID hodpmjjbaiacgdjlgebeapapfojemlgo
Official URL https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo
Description NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
File Size 36.81 KB
Installation Count 394
Current Version 0.5.1.2
Last Updated 2015-02-12
Publish Date 2015-02-12
Rating 4.00/5 Total 2 Ratings
Developer Shizensky
Payment Type free
Supported Languages 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"
}