Auto Page Opener
Automatically open web pages at scheduled times.
Auto Page Openerคืออะไร?
Auto Page Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Youth Molecule และคุณลักษณะหลักของมันคือ "Automatically open web pages at scheduled times."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Page Opener
ดาวน์โหลดไฟล์ส่วนขยาย Auto Page Opener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Schedule web pages to open automatically. Web pages can be scheduled to be opened once at a specific time or web pages can be scheduled to be opened repeatedly on different days of the week. Please review and email any feedback to [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Page Opener |
ID | cngkdhdiifcfigdffnmibfopjdlbnpeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-page-opener/cngkdhdiifcfigdffnmibfopjdlbnpeh |
คำอธิบาย | Automatically open web pages at scheduled times. |
ขนาดไฟล์ | 17.68 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2022-06-27 |
วันที่เผยแพร่ | 2020-02-07 |
คะแนน | 4.18/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | Youth Molecule |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Page Opener", "version": "1.1.1", "description": "Automatically open web pages at scheduled times.", "permissions": [ "storage", "background", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/auto_open_logo16.png", "32": "images\/auto_open_logo32.png", "48": "images\/auto_open_logo48.png", "128": "images\/auto_open_logo128.png" } }, "icons": { "16": "images\/auto_open_logo16.png", "32": "images\/auto_open_logo32.png", "48": "images\/auto_open_logo48.png", "128": "images\/auto_open_logo128.png" }, "minimum_chrome_version": "79", "manifest_version": 2 } |