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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}