Multiple URL Opener
Open multiple URls at once with single click. Also supports delay in opening URls.
Multiple URL Opener là gì?
Multiple URL Opener là một tiện ích mở rộng Chrome được phát triển bởi https://standaloneinstaller.com, và tính năng chính của nó là "Open multiple URls at once with single click. Also supports delay in opening URls.".
Ả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 Multiple URL Opener
Tải xuống các tệp mở rộng Multiple 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
Open multiple URls at once with single click. You can also add delay in opening each url. if delay = 0 Opens all urls immediately if delay > 0 Opens each url after mentioned delay -That's all folks! Version 0.5 --------------- You now can get all links from opened tabs and put them in in list on multiple url opener. Version 0.3 --------------- Now you can: Don't lose focus when opening links. (This is to not bring chrome to front while opening links.) Skip duplicate links Version 0.2 --------------- Delay in decimal points: 0.5, 1.5 etc Able to save links in database so you don't have to enter them again.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Multiple URL Opener |
ID | lompiehpjobkhelnjlhjiedhddijiekg |
URL Chính Thức | https://chromewebstore.google.com/detail/multiple-url-opener/lompiehpjobkhelnjlhjiedhddijiekg |
Mô tả | Open multiple URls at once with single click. Also supports delay in opening URls. |
Kích Thước Tệp | 633 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2019-07-22 |
Ngày Phát Hành | 2019-07-21 |
Đánh Giá | 3.75/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | https://standaloneinstaller.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://online.standaloneinstaller.com/multiple-url-opener |
URL Trang Chính Sách Bảo Mật | https://standaloneinstaller.com/privacypolicy.php |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "author": "Muhammad Qayyum Abro", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "128": "images\/icon.png" } }, "description": "Open multiple URls at once with single click. Also supports delay in opening URls.", "icons": { "128": "images\/icon.png" }, "name": "Multiple URL Opener", "version": "0.5", "permissions": [ "storage", "tabs" ] } |