Linkify: Open Spotify links on desktop app

Open all Spotify links on Spotify's desktop app without any complication using Linkify

Linkify: Open Spotify links on desktop app란 무엇입니까?

Linkify: Open Spotify links on desktop app은(는) Cift Technology에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open all Spotify links on Spotify's desktop app without any complication using Linkify"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Linkify: Open Spotify links on desktop app 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - Linkify opens a new tab in Chrome and you can see your Spotify link in Chrome's search bar.
- You don't need to login into your Spotify account on Chrome to open your music links.
- Very simple to use. You don't need to do anything special. Just click the Spotify link and let the magic work :)
 

Developed by:
 - Ahmet Burcoglu
 - Fatih Sipal

- Please rate "Linkify" and contact us at [email protected]                    

확장 프로그램 기본 정보

이름 Linkify: Open Spotify links on desktop app Linkify: Open Spotify links on desktop app
ID oipiijdeipaloeomjpekjopmdimahbph
공식 URL https://chrome.google.com/webstore/detail/linkify-open-spotify-link/oipiijdeipaloeomjpekjopmdimahbph
설명 Open all Spotify links on Spotify's desktop app without any complication using Linkify
파일 크기 215 KB
설치 횟수 28
현재 버전 0.3.23
최근 업데이트 2021-02-05
출시 날짜 2021-01-11
평점 4.67/5 총 3 개의 평점
개발자 Cift Technology
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkify: Open Spotify links on desktop app",
    "version": "0.3.23",
    "description": "Open all Spotify links on Spotify's desktop app without any complication using Linkify",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/linkify16.png",
            "32": "images\/linkify32.png",
            "48": "images\/linkify48.png",
            "128": "images\/linkify128.png"
        }
    },
    "icons": {
        "16": "images\/linkify16.png",
        "32": "images\/linkify32.png",
        "48": "images\/linkify48.png",
        "128": "images\/linkify128.png"
    },
    "manifest_version": 2
}