soundscape

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

Что такое soundscape?

soundscape - это расширение Chrome, разработанное madhur acharya, и его основная функция - "The best way to listen to tunes while browsing through the internet.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения soundscape

Скачайте файлы расширений 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"
    }
}