NSBreeze

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

NSBreezeคืออะไร?

NSBreeze เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shizensky และคุณลักษณะหลักของมันคือ "NSBreeze adds single key commands to help make browsing NationStates.net a breeze."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NSBreeze

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}