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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}