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 |
| Eメール | [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"
}
} | |