Sequential Mass URL Opener
Opens each URL in list into tabs in a window, but only if prior pages have finished loading.
什么是Sequential Mass URL Opener?
Sequential Mass URL Opener是由https://lemonsavery.com开发的Chrome扩展程序,该扩展的主要功能是“Opens each URL in list into tabs in a window, but only if prior pages have finished loading.”。
扩展截图
下载Sequential Mass URL Opener扩展crx文件
下载Sequential Mass URL Opener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
As opposed to other mass-opening tools, this tool may be useful for:
- reducing spikes in bandwidth usage
- avoiding 503 errors from making too many requests to the same website too quickly
- caching lists of websites 扩展基本信息
| 名称 | |
| ID | lgffephbjkjmkdipchghjadbeppgojhk |
| 官方URL | https://chromewebstore.google.com/detail/sequential-mass-url-opene/lgffephbjkjmkdipchghjadbeppgojhk |
| 简介 | Opens each URL in list into tabs in a window, but only if prior pages have finished loading. |
| 文件大小 | 16.28 KB |
| 安装次数 | 66 |
| 当前版本 | 2.6 |
| 更新时间 | 2024-02-23 |
| 上架时间 | 2021-11-02 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://lemonsavery.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sequential Mass URL Opener",
"description": "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.",
"version": "2.6",
"manifest_version": 3,
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
} | |