1-Click URL Opener

This extension allows you to open all the URLs that you want with the click of 1 button

ما هو 1-Click URL Opener؟

1-Click URL Opener هو إضافة Chrome تم تطويرها بواسطة BitSec، والميزة الرئيسية لها هي "This extension allows you to open all the URLs that you want with the click of 1 button".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 1-Click URL Opener

قم بتنزيل ملفات الامتداد 1-Click URL Opener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        *Open all the URLs you want with the click of 1 button!*

Do you have a lot of websites you want to visit everyday? You can now do that with the click of 1 button!

Why choose 1-Click URL Opener?
- It's easy! (ezpz)
- It's fast! (2fast4u)
- It's handy! (handy-dandy)

Download this extension today!                    

معلومات أساسية عن التمديد

الاسم 1-Click URL Opener 1-Click URL Opener
ID kkenoklmdaacpakcpblcpegmadkeejep
عنوان URL الرسمي https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep
الوصف This extension allows you to open all the URLs that you want with the click of 1 button
حجم الملف 12.05 KB
عدد التثبيتات 181
النسخة الحالية 1.4.3
آخر تحديث 2018-01-07
تاريخ النشر 2018-01-07
تقييم 4.75/5 مجموع تقييمات 4
المطور BitSec
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "1-Click URL Opener",
    "description": "This extension allows you to open all the URLs that you want with the click of 1 button",
    "version": "1.4.3",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "icon_32.png"
    },
    "icons": {
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}