Auto Page Opener

Automatically open web pages at scheduled times.

Cos'è Auto Page Opener?

Auto Page Opener è un'estensione di Chrome sviluppata da Youth Molecule, e la sua funzione principale è "Automatically open web pages at scheduled times.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto Page Opener

Scarica i file di estensione Auto Page Opener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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].                    

Informazioni di Base sull'Estensione

Nome Auto Page Opener Auto Page Opener
ID cngkdhdiifcfigdffnmibfopjdlbnpeh
URL Ufficiale https://chromewebstore.google.com/detail/auto-page-opener/cngkdhdiifcfigdffnmibfopjdlbnpeh
Descrizione Automatically open web pages at scheduled times.
Dimensione del File 17.68 KB
Conteggio Installazioni 10,000
Versione Corrente 1.1.1
Ultimo Aggiornamento 2022-06-27
Data di Pubblicazione 2020-02-07
Valutazione 4.18/5 Totale 22 Valutazioni
Sviluppatore Youth Molecule
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}