Open Multiple URLs
Open Multiple URLs in new tabs.
什麼是Open Multiple URLs?
Open Multiple URLs是由Romkaq開發的Chrome擴展程式,該擴展的主要功能是“Open Multiple URLs in new tabs.”。
擴展截圖
下載Open Multiple URLs擴展crx文件
下載Open Multiple URLs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension opens a list of URLs. Bulk URL Opener extension. "Open Multiple URLs" extension 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), click [Open] or [ Open in Incognito]. You can load URLs from .txt file. You can download your URLs as .txt file. Can create folder with urls as bookmarks. Auto save input data. Permissions: - "Storage" permission in order to save user input; - "Tabs" permission in order to get all opened URLs; - "Downloads" permission in order allow you to download URLs as .txt.
擴展基本資訊
名稱 | Open Multiple URLs |
ID | bjifbockcjbcfgbkmleodgdoiglcnenj |
官方網址 | https://chromewebstore.google.com/detail/open-multiple-urls/bjifbockcjbcfgbkmleodgdoiglcnenj |
簡介 | Open Multiple URLs in new tabs. |
檔案大小 | 14.81 KB |
安裝次數 | 3,688 |
目前版本 | 1.5 |
更新時間 | 2022-06-18 |
上架時間 | 2021-08-22 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Romkaq |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.5", "icons": { "128": "icon128.png" }, "action": { "default_title": "Open URLs", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "downloads", "bookmarks" ], "incognito": "split", "default_locale": "en" } |