NSBreeze
NSBreeze adds single key commands to help make browsing NationStates.net a breeze.
NSBreeze là gì?
NSBreeze là một tiện ích mở rộng Chrome được phát triển bởi Shizensky, và tính năng chính của nó là "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.".
Tải xuống tệp CRX của tiện ích mở rộng NSBreeze
Tải xuống các tệp mở rộng NSBreeze dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hodpmjjbaiacgdjlgebeapapfojemlgo |
URL Chính Thức | https://chrome.google.com/webstore/detail/nsbreeze/hodpmjjbaiacgdjlgebeapapfojemlgo |
Mô tả | NSBreeze adds single key commands to help make browsing NationStates.net a breeze. |
Kích Thước Tệp | 36.81 KB |
Số Lần Cài Đặt | 394 |
Phiên Bản Hiện Tại | 0.5.1.2 |
Cập Nhật Lần Cuối | 2015-02-12 |
Ngày Phát Hành | 2015-02-12 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Shizensky |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |