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