An open API service indexing awesome lists of open source software.

https://github.com/sanderronde/binderapp

An app for launching sites you bind to a keyword by typing that keyword
https://github.com/sanderronde/binderapp

binder chrome

Last synced: 2 months ago
JSON representation

An app for launching sites you bind to a keyword by typing that keyword

Awesome Lists containing this project

README

          

# BinderApp
The Binder App for Chrome

# Installing from repo
Clone the repo, run npm install and run the grunt "build" task, load the extension into chrome from the "build" folder

# Installing from the chrome web store
The app can be found here https://chrome.google.com/webstore/detail/binder-app/jeolbigkboigkhlfhilmedbakkkcmeif

# Description
Open web pages from your desktop easily. Simply start the Binder app and enter the word you linked to a URL. Thanks to the new way chrome apps work, you can now launch them from your taskbar or your desktop and easily access the websites you want.

You can make it even faster by enabling supersearch to instantly go to a site when you typed the word you want. You can also have a shortcut launch Binder itself or even a website itself.

You can also use the search function of sites quickly from your desktop. Instead of going to chrome, going to the website you want to search, then entering something in the search bar and hitting enter, you can now launch Binder, type in the word you linked to the site you want to search and enter what you want to search and you're done.

Link as many sites to bindings as you want, and if you want open multiple sites at once. Easily customize the look of the app and make opening websites as easy as you want.

# License
```
The MIT License (MIT)

Copyright (c) 2015 Sander Ronde

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```