Autoload Web

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

什么是Autoload Web?

Autoload Web是由autoloadwebdev开发的Chrome扩展程序,该扩展的主要功能是“This extension loads websites automatically with a click of a button.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Autoload Web扩展crx文件

下载Autoload Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Autoload Web Autoload Web
ID mifafbjbnhpmdjngkhnmfjdlefdgileh
官方URL https://chromewebstore.google.com/detail/autoload-web/mifafbjbnhpmdjngkhnmfjdlefdgileh
简介 This extension loads websites automatically with a click of a button.
文件大小 20.05 KB
安装次数 160
当前版本 1.1.0
更新时间 2015-07-03
上架时间 2015-07-03
评分 4.50/5 共6次评分
开发者 autoloadwebdev
付费类型 free
支持的语言 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"
    }
}