NSBreeze

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

NSBreezeとは何ですか?

NSBreezeはShizenskyによって開発されたChromeの拡張機能で、その主な機能は「NSBreeze adds single key commands to help make browsing NationStates.net a breeze.」です。

NSBreeze拡張機能のCRXファイルをダウンロード

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.                    

拡張機能の基本情報

名前 NSBreeze NSBreeze
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"
}