Open Multiple URLs

Extension for Opening Multiple URLs

什麼是Open Multiple URLs?

Open Multiple URLs是由Micha開發的Chrome擴展程式,該擴展的主要功能是“Extension for Opening Multiple URLs”。

擴展截圖

screenshot

下載Open Multiple URLs擴展crx文件

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

擴展使用說明

                        Small utility that allows you to open a list of URLs. It will also allow you to read the URLs from all tabs in the current browser window.                    

擴展基本資訊

名稱 Open Multiple URLs Open Multiple URLs
ID bhedchkibbmbiomdmgiaihbmadppnnhc
官方網址 https://chromewebstore.google.com/detail/open-multiple-urls/bhedchkibbmbiomdmgiaihbmadppnnhc
簡介 Extension for Opening Multiple URLs
檔案大小 20.58 KB
安裝次數 77
目前版本 2.0
更新時間 2022-05-18
上架時間 2018-02-17
評分 5.00/5 共 1 次評分
開發者 Micha
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Multiple URLs",
    "version": "2.0",
    "description": "Extension for Opening Multiple URLs",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": "urls16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "urls16.png",
        "128": "urls128.png"
    }
}