Favorite URL Opener

This extension allows you to save several URLs and open all of them in one click!

Favorite URL Opener란 무엇입니까?

Favorite URL Opener은(는) https://beloglazov.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to save several URLs and open all of them in one click!"입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        Do you have a few web sites that you visit regularly, like news and social media? Do you want to open all of them in one click? Then this extension is for you! It allows you to easily open multiple URLs / web sites in new tabs at once.

Enter and save the URLs of your favorite web sites on the options page. Then, whenever you want to open all the web sites at ones, just click on the extension's button and they are all opened!

Compared with using bookmark folders in the bookmark bar, this extension is very minimalistic: it's just a single button, and it doesn't require you to have the bookmark bar open, which saves your screen real estate.

Please watch the screencast to see the extension in action.                    

확장 프로그램 기본 정보

이름 Favorite URL Opener Favorite URL Opener
ID fmaghpidamhgpflfpekegcleapoapjba
공식 URL https://chromewebstore.google.com/detail/favorite-url-opener/fmaghpidamhgpflfpekegcleapoapjba
설명 This extension allows you to save several URLs and open all of them in one click!
파일 크기 22.66 KB
설치 횟수 1,786
현재 버전 1.0.3
최근 업데이트 2012-04-30
출시 날짜 2012-04-30
평점 4.42/5 총 24 개의 평점
개발자 https://beloglazov.info
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/beloglazov/chrome-url-opener
도움말 페이지 URL https://github.com/beloglazov/chrome-url-opener/issues
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Favorite URL Opener",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "This extension allows you to save several URLs and open all of them in one click!",
    "icons": {
        "16": "images\/multiple16.png",
        "48": "images\/multiple48.png",
        "128": "images\/multiple128scaled.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/multiple19.png",
        "default_title": "Open my URLs"
    },
    "options_page": "options.html"
}