Quick URL Opener
To quick open standard url where one parameter is changed
Quick URL Opener là gì?
Quick URL Opener là một tiện ích mở rộng Chrome được phát triển bởi https://www.qwertovsky.com, và tính năng chính của nó là "To quick open standard url where one parameter is changed".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Quick URL Opener
Tải xuống các tệp mở rộng Quick URL Opener 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
It is used to quick open standard URL where one or more parameters are changed (Jira, other issue trackers, Youtube). For example, to quick open https://issues.apache.org/jira/browse/IO-279 it need enter only parameter 279. You can add many different URLs.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quick URL Opener |
ID | pldpcmoignebohaloohealchfgaahkhd |
URL Chính Thức | https://chromewebstore.google.com/detail/quick-url-opener/pldpcmoignebohaloohealchfgaahkhd |
Mô tả | To quick open standard url where one parameter is changed |
Kích Thước Tệp | 22.94 KB |
Số Lần Cài Đặt | 243 |
Phiên Bản Hiện Tại | 0.12.0 |
Cập Nhật Lần Cuối | 2020-12-17 |
Ngày Phát Hành | 2017-11-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.qwertovsky.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Qwertovsky/quick_url_addon |
URL Trang Trợ Giúp | https://github.com/Qwertovsky/quick_url_addon |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick URL Opener", "version": "0.12.0", "description": "To quick open standard url where one parameter is changed", "homepage_url": "https:\/\/github.com\/Qwertovsky\/quick_url_addon", "icons": { "256": "icons\/icon.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Quick URL Opener", "default_popup": "index.html" }, "options_ui": { "page": "options.html" }, "applications": { "gecko": { "id": "[email protected]" } } } |