Multiple URL Opener
Open multiple URls at once with single click. Also supports delay in opening URls.
Multiple URL Openerとは何ですか?
Multiple URL Openerはhttps://standaloneinstaller.comによって開発されたChromeの拡張機能で、その主な機能は「Open multiple URls at once with single click. Also supports delay in opening URls.」です。
拡張機能のスクリーンショット
Multiple URL Opener拡張機能のCRXファイルをダウンロード
Multiple URL Opener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open multiple URls at once with single click. You can also add delay in opening each url. if delay = 0 Opens all urls immediately if delay > 0 Opens each url after mentioned delay -That's all folks! Version 0.5 --------------- You now can get all links from opened tabs and put them in in list on multiple url opener. Version 0.3 --------------- Now you can: Don't lose focus when opening links. (This is to not bring chrome to front while opening links.) Skip duplicate links Version 0.2 --------------- Delay in decimal points: 0.5, 1.5 etc Able to save links in database so you don't have to enter them again.
拡張機能の基本情報
名前 | Multiple URL Opener |
ID | lompiehpjobkhelnjlhjiedhddijiekg |
公式URL | https://chromewebstore.google.com/detail/multiple-url-opener/lompiehpjobkhelnjlhjiedhddijiekg |
説明 | Open multiple URls at once with single click. Also supports delay in opening URls. |
ファイルサイズ | 633 KB |
インストール数 | 20,000 |
現在のバージョン | 0.5 |
最終更新日 | 2019-07-22 |
公開日 | 2019-07-21 |
評価 | 3.75/5 合計 20 レビュー |
開発者 | https://standaloneinstaller.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://online.standaloneinstaller.com/multiple-url-opener |
プライバシーポリシーページのURL | https://standaloneinstaller.com/privacypolicy.php |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "author": "Muhammad Qayyum Abro", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "128": "images\/icon.png" } }, "description": "Open multiple URls at once with single click. Also supports delay in opening URls.", "icons": { "128": "images\/icon.png" }, "name": "Multiple URL Opener", "version": "0.5", "permissions": [ "storage", "tabs" ] } |