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