Autoload Web
This extension loads websites automatically with a click of a button.
Autoload Webคืออะไร?
Autoload Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย autoloadwebdev และคุณลักษณะหลักของมันคือ "This extension loads websites automatically with a click of a button."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autoload Web
ดาวน์โหลดไฟล์ส่วนขยาย Autoload Web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows users to save their current windows and tabs as a setup/configuration and then load them again at a later time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mifafbjbnhpmdjngkhnmfjdlefdgileh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autoload-web/mifafbjbnhpmdjngkhnmfjdlefdgileh |
คำอธิบาย | This extension loads websites automatically with a click of a button. |
ขนาดไฟล์ | 20.05 KB |
จำนวนการติดตั้ง | 160 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2015-07-03 |
วันที่เผยแพร่ | 2015-07-03 |
คะแนน | 4.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | autoloadwebdev |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |