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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |