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