stereo paw

stereo paw for Chrome

stereo paw란 무엇입니까?

stereo paw은(는) https://www.stereopaw.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "stereo paw for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

stereo paw 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 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"
    }
}