Open Multiple URLs
Opens a list of URLs
什麼是Open Multiple URLs?
Open Multiple URLs是由tp開發的Chrome擴展程式,該擴展的主要功能是“Opens a list of URLs”。
擴展截圖
下載Open Multiple URLs擴展crx文件
下載Open Multiple URLs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This tool takes a list of web pages in plain-text format and opens them all in new tabs. Paste the list into the text area (one website address per line), select your options and click "Open URLs".
Source Code:
https://github.com/htrinter/Open-Multiple-URLs/
Changelog:
https://github.com/htrinter/Open-Multiple-URLs/blob/develop/CHANGELOG.md
Permissions:
- "Storage" permission in order to save settings and user input. 擴展基本資訊
| 名稱 | |
| ID | oifijhaokejakekmnjmphonojcfkpbbh |
| 官方網址 | https://chromewebstore.google.com/detail/open-multiple-urls/oifijhaokejakekmnjmphonojcfkpbbh |
| 簡介 | Opens a list of URLs |
| 檔案大小 | 183 KB |
| 安裝次數 | 665,197 |
| 目前版本 | 1.6.0 |
| 更新時間 | 2023-11-28 |
| 上架時間 | 2020-04-12 |
| 評分 | 4.64/5 共 234 次評分 |
| 開發者 | tp |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/htrinter/Open-Multiple-URLs/ |
| 說明頁面URL | https://github.com/htrinter/Open-Multiple-URLs/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open Multiple URLs",
"version": "1.6.0",
"manifest_version": 3,
"description": "Opens a list of URLs",
"homepage_url": "https:\/\/github.com\/htrinter\/Open-Multiple-URLs",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon19.png",
"default_popup": "browseraction.html"
},
"commands": {
"_execute_action": {
"default": "CTRL+M"
}
},
"permissions": [
"storage"
],
"incognito": "split"
} | |