Auto Page Opener
Automatically open web pages at scheduled times.
Qu'est-ce que Auto Page Opener ?
Auto Page Opener est une extension Chrome développée par Youth Molecule, et sa fonction principale est "Automatically open web pages at scheduled times.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto Page Opener
Téléchargez les fichiers d'extension Auto Page Opener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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].
Informations de Base sur l'Extension
Nom | Auto Page Opener |
ID | cngkdhdiifcfigdffnmibfopjdlbnpeh |
URL Officiel | https://chromewebstore.google.com/detail/auto-page-opener/cngkdhdiifcfigdffnmibfopjdlbnpeh |
Description | Automatically open web pages at scheduled times. |
Taille du Fichier | 17.68 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2022-06-27 |
Date de Publication | 2020-02-07 |
Évaluation | 4.18/5 Total 22 Évaluations |
Développeur | Youth Molecule |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |