Quickly open multiple URLs
Quickly open multiple URLs with one click
什麼是Quickly open multiple URLs?
Quickly open multiple URLs是由no.web.developer開發的Chrome擴展程式,該擴展的主要功能是“Quickly open multiple URLs with one click”。
擴展截圖
下載Quickly open multiple URLs擴展crx文件
下載Quickly open multiple URLs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
**Details**
Implement a one-click extension icon to batch open user-defined multiple urls, while also allowing the allocation of a keyboard shortcut key.
**Support**
This tool is open source based on the MIT license. For more information, please visit: https://github.com/LightAPIs/quickly-open-multiple-urls 擴展基本資訊
| 名稱 | |
| ID | nejkfbfcdikidcojhbnhoojilngpcofc |
| 官方網址 | https://chromewebstore.google.com/detail/quickly-open-multiple-url/nejkfbfcdikidcojhbnhoojilngpcofc |
| 簡介 | Quickly open multiple URLs with one click |
| 檔案大小 | 133 KB |
| 安裝次數 | 223 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2021-07-01 |
| 上架時間 | 2021-07-01 |
| 開發者 | no.web.developer |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/LightAPIs/quickly-open-multiple-urls |
| 說明頁面URL | https://github.com/LightAPIs/quickly-open-multiple-urls |
| 隱私政策頁面URL | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
| 支援的語言 | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Quickly open multiple URLs",
"description": "__MSG_extDes__",
"version": "1.0.0",
"author": "pana",
"homepage_url": "https:\/\/github.com\/LightAPIs\/quickly-open-multiple-urls",
"default_locale": "en",
"options_page": "options.html",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"background": {
"page": "background.html",
"persistent": false
},
"browser_action": {
"default_title": "Quickly open multiple URLs"
},
"permissions": [
"storage"
]
} | |