Autoload Web

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

Qu'est-ce que Autoload Web ?

Autoload Web est une extension Chrome développée par autoloadwebdev, et sa fonction principale est "This extension loads websites automatically with a click of a button.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Autoload Web

Téléchargez les fichiers d'extension Autoload Web 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

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

Informations de Base sur l'Extension

Nom Autoload Web Autoload Web
ID mifafbjbnhpmdjngkhnmfjdlefdgileh
URL Officiel https://chromewebstore.google.com/detail/autoload-web/mifafbjbnhpmdjngkhnmfjdlefdgileh
Description This extension loads websites automatically with a click of a button.
Taille du Fichier 20.05 KB
Nombre d'Installations 160
Version Actuelle 1.1.0
Dernière Mise à Jour 2015-07-03
Date de Publication 2015-07-03
Évaluation 4.50/5 Total 6 Évaluations
Développeur autoloadwebdev
Type de Paiement free
Langues Prises en Charge 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"
    }
}