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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            }
        }
    }
}