Autoload Web
This extension loads websites automatically with a click of a button.
Autoload Web là gì?
Autoload Web là một tiện ích mở rộng Chrome được phát triển bởi autoloadwebdev, và tính năng chính của nó là "This extension loads websites automatically with a click of a button.".
Ả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 Autoload Web
Tải xuống các tệp mở rộng Autoload Web 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
Allows users to save their current windows and tabs as a setup/configuration and then load them again at a later time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mifafbjbnhpmdjngkhnmfjdlefdgileh |
URL Chính Thức | https://chromewebstore.google.com/detail/autoload-web/mifafbjbnhpmdjngkhnmfjdlefdgileh |
Mô tả | This extension loads websites automatically with a click of a button. |
Kích Thước Tệp | 20.05 KB |
Số Lần Cài Đặt | 160 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2015-07-03 |
Ngày Phát Hành | 2015-07-03 |
Đánh Giá | 4.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | autoloadwebdev |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autoload Web", "options_ui": { "page": "options.html" }, "options_page": "options.html", "description": "This extension loads websites automatically with a click of a button.", "version": "1.1.0", "permissions": [ "tabs", "storage" ], "icons": { "16": "AutoLoadWebPic.png", "48": "AutoLoadWebPic48.png", "128": "AutoLoadWebPic128.png" }, "browser_action": { "default_icon": "AutoLoadWebPic.png", "default_title": "Autoload Web", "default_popup": "autoloadWeb_Main.html" } } |