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文件

下載Favorite URL Opener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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