Spotify Chrome extension
Quickly add Spotify track to playlist.
什麼是Spotify Chrome extension?
Spotify Chrome extension是由Angélique Estrade開發的Chrome擴展程式,該擴展的主要功能是“Quickly add Spotify track to playlist.”。
擴展截圖
下載Spotify Chrome extension擴展crx文件
下載Spotify Chrome extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you are obsessed with little things that can save your time, even a few seconds, this extension is for you. Imagine you are doing stuffs on your computer, Chrome opened and listening random music on Spotify. Then you hear a music that makes you happy. You'd like to save it anywhere, to hear it again later. But you don't want to lose focus on what you are doing. So you can click on this extension's icon on your browser to add the track to the configured playlist.
擴展基本資訊
名稱 | |
ID | hdnmejfdnmjkoljahfbbonogeflghela |
官方網址 | https://chrome.google.com/webstore/detail/spotify-chrome-extension/hdnmejfdnmjkoljahfbbonogeflghela |
簡介 | Quickly add Spotify track to playlist. |
檔案大小 | 144 KB |
安裝次數 | 10,000 |
目前版本 | 1.0.1 |
更新時間 | 2021-04-11 |
上架時間 | 2020-08-20 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Angélique Estrade |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "en", "author": "aestrade", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "identity" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |