Spotify URL Parser

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

Spotify URL Parserคืออะไร?

Spotify URL Parser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Travis Straub และคุณลักษณะหลักของมันคือ "Converts Spotify URLs into URIs and opens them in the Spotify app."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify URL Parser

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}