Autoload Web

This extension loads websites automatically with a click of a button.

Cos'è Autoload Web?

Autoload Web è un'estensione di Chrome sviluppata da autoloadwebdev, e la sua funzione principale è "This extension loads websites automatically with a click of a button.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Autoload Web

Scarica i file di estensione Autoload Web 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

                        Allows users to save their current windows and tabs as a setup/configuration and then load them again at a later time.                    

Informazioni di Base sull'Estensione

Nome Autoload Web Autoload Web
ID mifafbjbnhpmdjngkhnmfjdlefdgileh
URL Ufficiale https://chromewebstore.google.com/detail/autoload-web/mifafbjbnhpmdjngkhnmfjdlefdgileh
Descrizione This extension loads websites automatically with a click of a button.
Dimensione del File 20.05 KB
Conteggio Installazioni 160
Versione Corrente 1.1.0
Ultimo Aggiornamento 2015-07-03
Data di Pubblicazione 2015-07-03
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore autoloadwebdev
Tipo di Pagamento free
Lingue Supportate 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"
    }
}