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
官方網址 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"
            }
        }
    }
}