All Projects → AurelienLoyer → SoundTouch-Chrome-Extension

AurelienLoyer / SoundTouch-Chrome-Extension

Licence: other
📢 💻 SoundTouch Bose Chrome Extension, Display the current playing music, control the Soundtouch and more...

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to SoundTouch-Chrome-Extension

Data-Structures-and-Algorithms
This repository contains data structure programs and solutions [ in C++] of a problem using different techniques like Dynamic Programming , Greedy Algorithms , Divide and Conquer , Backtracking etc.
Stars: ✭ 31 (+82.35%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
crate-sample-apps
A JavaScript guestbook app with a number of different backend implementations, each using a different client library to communicate with CrateDB.
Stars: ✭ 57 (+235.29%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
camunda-external-task-client-python3
Camunda External Task Client in Python
Stars: ✭ 43 (+152.94%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Hacktoberfest-Algorithms
This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2020 event. In this repository, you can add programs on some useful algorithms for Competitive Programming in any languages.
Stars: ✭ 47 (+176.47%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Instagram-mass-reporter
This bot helps users to mass report Instagram accounts
Stars: ✭ 229 (+1247.06%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
HacktoberFest2021
hacktoberfest-accepted repository
Stars: ✭ 25 (+47.06%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
locus-android
An Awesome Kotlin Location library to retrieve location merely in 3 lines of code
Stars: ✭ 280 (+1547.06%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Android-Development
GameofSource
Stars: ✭ 14 (-17.65%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
autocorr kr
리브레오피스(LibreOffice) 자동 교정(Autocorrect)기능에 대한 말모이 저장소
Stars: ✭ 15 (-11.76%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
HacktoberFest2020-1
Open for all and will be accepted within 24 hrs. For contributing. Write program in any language,Make sure you write your name as well
Stars: ✭ 89 (+423.53%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
github-readme-quotes
Dynamic quote generator for your GitHub readmes | Give a poetic touch to readmes
Stars: ✭ 128 (+652.94%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Login-Register-FlutterApp
Login Register Auth App by Delicia Fernandes using Google and Facebook sign in.
Stars: ✭ 87 (+411.76%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Automatic-attendance-management-system
ROLLCALL an automatic and smart attendance marking and management system which uses Microsoft Azure’s Cognitive service at its core to create a system that could make sure that no human intervention is required and provides government the ability to monitor the attendance of the schools and helps the government officials in mark fake schools.
Stars: ✭ 44 (+158.82%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+688.24%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Microsoft-Udacity-ML-scholarship
Just give your best shot!
Stars: ✭ 64 (+276.47%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
awesome-ufma
Uma lista de provas das disciplinas ministradas na Universidade Federal do Maranhão.
Stars: ✭ 63 (+270.59%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Hacktoberfest-Learning
Get started with Hacktoberfest 2020 with your first easy PR; just add an html page about yourself or edit sample html page to get started with open-source
Stars: ✭ 15 (-11.76%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
ListBot
ListBot is a Discord Bot which let's you create community lists on each channel.
Stars: ✭ 22 (+29.41%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Hacktoberfest-Nepal-2020
A beginner-friendly open source repository to create your first pull request.
Stars: ✭ 15 (-11.76%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
J.A.R.V.I.S
Just A Rather Very Intelligent System
Stars: ✭ 36 (+111.76%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted

SoundTouch-Chrome-Extension

version

users ratingscount rating

ChromeStore

Description

The extension Chrome Extension SoundTouch will enable all the people connected to your networks to control your Bose speaker. Do not fight anymore for the remote ! Use this extension ! Display the playing song and change playlist.

Preview

Privacy Policy

https://www.iubenda.com/privacy-policy/92067091/legal

Code

Gulp task

# Zip project 
gulp zip
...

Electron task

# Create binaries for both Windows and OS X
npm run pack

# Create installer for OS X
npm run build:osx

# Start app directly
npm run dev
...

No Bose SoundTouch ?

Bose Système audio sans fil SoundTouch 10 - Noir

Système audio sans fil Bose SoundTouch 20 série III - Noir

Système audio sans fil Bose SoundTouch 30 série III - Noir

Load the extension (developer mode)

Extensions that you download from the Chrome Web Store are packaged up as .crx files, which is great for distribution, but not so great for development. Recognizing this, Chrome gives you a quick way of loading up your working directory for testing. Let's do that now.

Visit chrome://extensions in your browser (or open up the Chrome menu by clicking the icon to the far right of the Omnibox: chrome ico The menu's icon is three horizontal bars. and select Extensions under the Tools menu to get to the same place).

Ensure that the Developer mode checkbox in the top right-hand corner is checked.

Click Load unpacked extension… to pop up a file-selection dialog.

Navigate to the directory in which your extension files live, and select it.

Alternatively, you can drag and drop the directory where your extension files live onto chrome://extensions in your browser to load it.

If the extension is valid, it'll be loaded up and active right away! If it's invalid, an error message will be displayed at the top of the page. Correct the error, and try again.

TODO

  • Settings page
  • Integrate settings in popup
  • News styles
  • Search SoundTouch IP
  • Switch to AngularJs
  • npm task
  • Resolve Bug
  • Switch to Angular
  • Electron app
  • News features ?
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].