URL phrases appender
Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!
URL phrases appender là gì?
URL phrases appender là một tiện ích mở rộng Chrome được phát triển bởi meoke, và tính năng chính của nó là "Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!".
Ả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 URL phrases appender
Tải xuống các tệp mở rộng URL phrases appender 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | URL phrases appender |
ID | mjbgamofkgedfapbfmfjglddgghdmhlm |
URL Chính Thức | https://chromewebstore.google.com/detail/url-phrases-appender/mjbgamofkgedfapbfmfjglddgghdmhlm |
Mô tả | Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click! |
Kích Thước Tệp | 8.14 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2016-05-25 |
Ngày Phát Hành | 2016-05-25 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | meoke |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL phrases appender", "description": "Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!", "version": "1.0.2", "options_page": "options.html", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "URL phrases appender" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage", "tabs" ] } |