Spotify URL Parser

Converts Spotify URLs into URIs and opens them in the Spotify app.

Spotify URL Parserとは何ですか?

Spotify URL ParserはTravis Straubによって開発されたChromeの拡張機能で、その主な機能は「Converts Spotify URLs into URIs and opens them in the Spotify app.」です。

拡張機能のスクリーンショット

screenshot

Spotify URL Parser拡張機能のCRXファイルをダウンロード

Spotify URL Parser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        When you click on a Spotify link wherever it may be, it brings you to the Spotify website, and from there you have to click 4-5 separate times to get the link to open in the desktop app. This extension converts the Spotify URL to the Spotify URI and opens in Spotify automatically. The first time you run the extension, it will ask you where you want to open it, if you select "Spotify" and tell it not to ask you again, Spotify will open automatically when a link is clicked.                    

拡張機能の基本情報

名前 Spotify URL Parser Spotify URL Parser
ID ifanbdlamoiiaklibabmofmckkjgfmon
公式URL https://chromewebstore.google.com/detail/spotify-url-parser/ifanbdlamoiiaklibabmofmckkjgfmon
説明 Converts Spotify URLs into URIs and opens them in the Spotify app.
ファイルサイズ 10.6 KB
インストール数 43
現在のバージョン 1.0
最終更新日 2020-02-02
公開日 2020-02-01
評価 5.00/5 合計 1 レビュー
開発者 Travis Straub
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tstraub.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spotify URL Parser",
    "version": "1.0",
    "description": "Converts Spotify URLs into URIs and opens them in the Spotify app.",
    "icons": {
        "48": "icons\/sup48.png",
        "96": "icons\/sup96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.spotify.com\/*"
            ],
            "js": [
                "SpotifyURLParser.js"
            ]
        }
    ]
}