soundscape

The best way to listen to tunes while browsing through the internet.

soundscape란 무엇입니까?

soundscape은(는) madhur acharya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best way to listen to tunes while browsing through the internet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Soundscape is a music player that can play music on your web browser in the background.
Now you can check up on your emails, update your social media or just browse through the internet, all while listening to your favourite songs.

Click on the logo to initiate the file selector and select the songs you want to play.
A playlist will be created with the songs that you choose. to access the playlist, click on the dropdown arrow button at the player.
And that's it your all set.

Oh and one last thing, make sure you refresh the player when you are not using it. this will clear up your RAM. 
To refresh just click on the little cross button on the right side.                    

확장 프로그램 기본 정보

이름 soundscape soundscape
ID jiehhlimfkjahackdmbcnnajpmeihlmn
공식 URL https://chrome.google.com/webstore/detail/soundscape/jiehhlimfkjahackdmbcnnajpmeihlmn
설명 The best way to listen to tunes while browsing through the internet.
파일 크기 133 KB
설치 횟수 20
현재 버전 1.0
최근 업데이트 2018-05-04
출시 날짜 2018-05-04
개발자 madhur acharya
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "soundscape",
    "description": "The best way to listen to tunes while browsing through the internet.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    }
}