My Queue

Save articles to your My Queue account

什么是My Queue?

My Queue是由https://myqueue.so开发的Chrome扩展程序,该扩展的主要功能是“Save articles to your My Queue account”。

扩展截图

screenshot
screenshot

下载My Queue扩展crx文件

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