Open Multiple website
Open Multiple Links easily
Open Multiple website là gì?
Open Multiple website là một tiện ích mở rộng Chrome được phát triển bởi shubhankar1100, và tính năng chính của nó là "Open Multiple Links easily".
Ả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 Open Multiple website
Tải xuống các tệp mở rộng Open Multiple website 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
There are multiple website which we open daily before we start our work, like h=google,gmail,facebook,youtube etc To open each website in different tab is time consuming. So we will develop an extension which will automate this. Let’s make it simpler by just adding all urls in one extension and by clicking a button we can open all daily use websites in one go. We have to just add all the required website in this extension once and whenever we start chrome just we have to click a button to launch all the website.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open Multiple website |
ID | hedfombeoifnnpoglealldolfkjdohec |
URL Chính Thức | https://chromewebstore.google.com/detail/open-multiple-website/hedfombeoifnnpoglealldolfkjdohec |
Mô tả | Open Multiple Links easily |
Kích Thước Tệp | 23.79 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-03-25 |
Ngày Phát Hành | 2017-03-24 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | shubhankar1100 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Multiple website", "description": "Open Multiple Links easily", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |