Autoload Web
This extension loads websites automatically with a click of a button.
Wat is Autoload Web?
Autoload Web is een Chrome-extensie ontwikkeld door autoloadwebdev, en de belangrijkste functie is "This extension loads websites automatically with a click of a button.".
Extensie Screenshots
Download het CRX-bestand van de extensie Autoload Web
Download Autoload Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows users to save their current windows and tabs as a setup/configuration and then load them again at a later time.
Basisinformatie over de Extensie
Naam | |
ID | mifafbjbnhpmdjngkhnmfjdlefdgileh |
Officiële URL | https://chromewebstore.google.com/detail/autoload-web/mifafbjbnhpmdjngkhnmfjdlefdgileh |
Beschrijving | This extension loads websites automatically with a click of a button. |
Bestandsgrootte | 20.05 KB |
Aantal Installaties | 160 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2015-07-03 |
Publicatiedatum | 2015-07-03 |
Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | autoloadwebdev |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |