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
Eメール [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"
            }
        }
    }
}