URL Loader

Load a pre-defined list of URLs

URL Loader란 무엇입니까?

URL Loader은(는) Alexandre에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Load a pre-defined list of URLs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

URL Loader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - In the options page, define a list of URLs
- Open a new tab, and click on the extension icon in the toolbar to load the URLs one by one
- The number of remaining URLs to load is displayed on the extension icon
- On Chrome version 32+, an infobar will show the remaining URLs to load
- Otherwise, to keep track of where you are in the list, keep the options page open in a tab: it's refreshed after every click on the extension icon                    

확장 프로그램 기본 정보

이름 URL Loader URL Loader
ID pehlobngallbbadijocicdimmcpcckhl
공식 URL https://chrome.google.com/webstore/detail/pehlobngallbbadijocicdimmcpcckhl
설명 Load a pre-defined list of URLs
파일 크기 10.6 KB
설치 횟수 933
현재 버전 1.0
최근 업데이트 2013-11-08
출시 날짜 2013-11-08
평점 4.50/5 총 2 개의 평점
개발자 Alexandre
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Loader",
    "description": "Load a pre-defined list of URLs",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Next URL"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "infobars"
    ]
}