stereo paw
stereo paw for Chrome
什么是stereo paw?
stereo paw是由https://www.stereopaw.com开发的Chrome扩展程序,该扩展的主要功能是“stereo paw for Chrome”。
扩展截图
下载stereo paw扩展crx文件
下载stereo paw扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
stereopaw is a streaming music bookmarklet side project. * Can't remember when a track drops in a mix? * Tired of favorites scattered across music services? * Want to share a snippet of a mix? Get your paws on the stereo paw chrome extension. When you hear something you like, click the extension, and the track's artist, title, and timestamp will be saved for future reference, readily playable from the stereopaw website. Visit the stereopaw.com website to hear your tracks, see what's popular, what's new, and hear more of the best. stereopaw may or may not add services. Bookmarking is currently supported on the following services. * Soundcloud * YouTube
扩展基本信息
名称 | stereo paw |
ID | gcgoenndigjegpgpfnnmgfnbiollgimk |
官方URL | https://chromewebstore.google.com/detail/stereo-paw/gcgoenndigjegpgpfnnmgfnbiollgimk |
简介 | stereo paw for Chrome |
文件大小 | 68.02 KB |
安装次数 | 105 |
当前版本 | 0.7 |
更新时间 | 2019-09-18 |
上架时间 | 2019-09-18 |
评分 | 5.00/5 共2次评分 |
开发者 | https://www.stereopaw.com |
付费类型 | free |
扩展官网 | https://www.stereopaw.com |
帮助页面URL | https://www.stereopaw.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon-toolbar.png", "default_title": "stereo paw", "default_popup": "popup.html" }, "background": { "persistence": false, "scripts": [ "bg.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.stereopaw.com\/*", "*:\/\/*.soundcloud.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.mixcloud.com\/*", "*:\/\/*.spotify.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.stereopaw.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "name": "stereo paw", "description": "stereo paw for Chrome", "homepage_url": "https:\/\/www.stereopaw.com", "version": "0.7", "permissions": [ "tabs", "*:\/\/*\/*", "activeTab" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |