Quickly Open

Quick launch the websites where you are registered.

ما هو Quickly Open؟

Quickly Open هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Quick launch the websites where you are registered.".

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

screenshot

تحميل ملف CRX للإضافة Quickly Open

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

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

                        This extension allows you to quickly open some website. It make you live more easy because you have some websites that you visit constantly.
With Quickly Open, you will not take care about typing the link again. You just click on the extension icon and you can directly click on the website icon that you want to visit. It will redirect you in the website directly.                    

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

الاسم Quickly Open Quickly Open
ID occbokllndldgkpigdifcoffjhpghlkg
عنوان URL الرسمي https://chromewebstore.google.com/detail/quickly-open/occbokllndldgkpigdifcoffjhpghlkg
الوصف Quick launch the websites where you are registered.
حجم الملف 17.99 KB
عدد التثبيتات 17
النسخة الحالية 1.0.0
آخر تحديث 2019-04-16
تاريخ النشر 2019-04-16
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quickly Open",
    "description": "Quick launch the websites where you are registered.",
    "version": "1.0.0",
    "icons": {
        "128": "images\/icon1.png"
    },
    "browser_action": {
        "default_icon": "images\/icon1.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}