Autoload Web
This extension loads websites automatically with a click of a button.
What is Autoload Web?
Autoload Web is a Chrome extension developed by autoloadwebdev, and its main feature is "This extension loads websites automatically with a click of a button.".
Extension Screenshots
Download Autoload Web Extension CRX File
Download Autoload Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows users to save their current windows and tabs as a setup/configuration and then load them again at a later time.
Extension Basic Information
Name | |
ID | mifafbjbnhpmdjngkhnmfjdlefdgileh |
Official URL | https://chromewebstore.google.com/detail/autoload-web/mifafbjbnhpmdjngkhnmfjdlefdgileh |
Description | This extension loads websites automatically with a click of a button. |
File Size | 20.05 KB |
Installation Count | 160 |
Current Version | 1.1.0 |
Last Updated | 2015-07-03 |
Publish Date | 2015-07-03 |
Rating | 4.50/5 Total 6 Ratings |
Developer | autoloadwebdev |
Payment Type | free |
Supported Languages | 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" } } |