My Queue

Save articles to your My Queue account

ما هو My Queue؟

My Queue هو إضافة Chrome تم تطويرها بواسطة https://myqueue.so، والميزة الرئيسية لها هي "Save articles to your My Queue account".

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

screenshot
screenshot

تحميل ملف CRX للإضافة My Queue

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

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

                        The internet in your ears.  Finally you can get any article as a playlist, for staying up to date on the go.                    

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

الاسم My Queue My Queue
ID jdhlmgdcnfbbdgaaddojenfeoaphgnlb
عنوان URL الرسمي https://chromewebstore.google.com/detail/my-queue/jdhlmgdcnfbbdgaaddojenfeoaphgnlb
الوصف Save articles to your My Queue account
حجم الملف 471 KB
عدد التثبيتات 164
النسخة الحالية 1.0.1
آخر تحديث 2023-04-18
تاريخ النشر 2023-04-04
تقييم 5.00/5 مجموع تقييمات 1
المطور https://myqueue.so
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.myqueue.so/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Queue",
    "description": "Save articles to your My Queue account",
    "version": "1.0.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Add to my queue"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": ".\/background.global.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/pin-it.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        }
    }
}