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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}