My Queue

Save articles to your My Queue account

Apa itu My Queue?

My Queue adalah ekstensi Chrome yang dikembangkan oleh https://myqueue.so, dan fitur utamanya adalah "Save articles to your My Queue account".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi My Queue

Unduh file ekstensi My Queue dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama My Queue My Queue
ID jdhlmgdcnfbbdgaaddojenfeoaphgnlb
URL Resmi https://chromewebstore.google.com/detail/my-queue/jdhlmgdcnfbbdgaaddojenfeoaphgnlb
Deskripsi Save articles to your My Queue account
Ukuran File 471 KB
Jumlah Instalasi 164
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-04-18
Tanggal Publikasi 2023-04-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://myqueue.so
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.myqueue.so/
Bahasa yang Didukung 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"
            }
        }
    }
}