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.
擴展基本資訊
名稱 | |
ID | hodpmjjbaiacgdjlgebeapapfojemlgo |
官方網址 | 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" } |