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 là gì?
Linkify: Open Spotify links on desktop app là một tiện ích mở rộng Chrome được phát triển bởi Cift Technology, và tính năng chính của nó là "Open all Spotify links on Spotify's desktop app without any complication using Linkify".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Linkify: Open Spotify links on desktop app
Tải xuống các tệp mở rộng Linkify: Open Spotify links on desktop app dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oipiijdeipaloeomjpekjopmdimahbph |
URL Chính Thức | https://chrome.google.com/webstore/detail/linkify-open-spotify-link/oipiijdeipaloeomjpekjopmdimahbph |
Mô tả | Open all Spotify links on Spotify's desktop app without any complication using Linkify |
Kích Thước Tệp | 215 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 0.3.23 |
Cập Nhật Lần Cuối | 2021-02-05 |
Ngày Phát Hành | 2021-01-11 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Cift Technology |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |