My Queue

Save articles to your My Queue account

What is My Queue?

My Queue is a Chrome extension developed by https://myqueue.so, and its main feature is "Save articles to your My Queue account".

Extension Screenshots

screenshot
screenshot

Download My Queue Extension CRX File

Download My Queue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name My Queue My Queue
ID jdhlmgdcnfbbdgaaddojenfeoaphgnlb
Official URL https://chromewebstore.google.com/detail/my-queue/jdhlmgdcnfbbdgaaddojenfeoaphgnlb
Description Save articles to your My Queue account
File Size 471 KB
Installation Count 164
Current Version 1.0.1
Last Updated 2023-04-18
Publish Date 2023-04-04
Rating 5.00/5 Total 1 Ratings
Developer https://myqueue.so
Email [email protected]
Payment Type free
Extension Website https://www.myqueue.so/
Supported Languages 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"
            }
        }
    }
}