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」です。
拡張機能のスクリーンショット
Linkify: Open Spotify links on desktop app拡張機能のCRXファイルをダウンロード
Linkify: Open Spotify links on desktop app拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- 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]
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |