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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |