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文件

下载soundscape扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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