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
官方網址 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"
    }
}