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
Eメール [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"
    }
}