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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}