Bulk URL Opener
A simple Chrome extension to open multiple URLs at once.
Bulk URL Openerとは何ですか?
Bulk URL OpenerはMeetanshiによって開発されたChromeの拡張機能で、その主な機能は「A simple Chrome extension to open multiple URLs at once.」です。
拡張機能のスクリーンショット
Bulk URL Opener拡張機能のCRXファイルをダウンロード
Bulk URL Opener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bulk URL Opener Chrome extension opens multiple URLs at same time in new tabs or Windows. Using this simple tool, you can open a list of urls using just one-click. It helps you save a lot of time by opening multiple URLs simultaneously in Chrome. Just paste the list of URLs in the editor (1 URL per line) Select appropriate options to open URL in same or multiple windows Click Open URLs to open the links in bulk. Use the bulk opener extension and save your time manually opening each of the links! 😉
拡張機能の基本情報
名前 | Bulk URL Opener |
ID | hfpabfdcmeomdbfollghppnmffekbibe |
公式URL | https://chromewebstore.google.com/detail/bulk-url-opener/hfpabfdcmeomdbfollghppnmffekbibe |
説明 | A simple Chrome extension to open multiple URLs at once. |
ファイルサイズ | 16.61 KB |
インストール数 | 278 |
現在のバージョン | 1.0 |
最終更新日 | 2023-12-27 |
公開日 | 2023-04-21 |
評価 | 4.80/5 合計 10 レビュー |
開発者 | Meetanshi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://meetanshi.com/ |
ヘルプページのURL | https://meetanshi.com/contacts |
プライバシーポリシーページのURL | https://meetanshi.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bulk URL Opener", "version": "1.0", "description": "A simple Chrome extension to open multiple URLs at once.", "permissions": [ "clipboardRead", "clipboardWrite" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |