Multiple URL Opener

Open multiple URls at once with single click. Also supports delay in opening URls.

Multiple URL Openerคืออะไร?

Multiple URL Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://standaloneinstaller.com และคุณลักษณะหลักของมันคือ "Open multiple URls at once with single click. Also supports delay in opening URls."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multiple URL Opener

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    ]
}

ส่วนขยายที่เกี่ยวข้อง