https://github.com/deep110/flashdict
A chrome extension to get the meaning of the selected word instantly.
https://github.com/deep110/flashdict
chrome-extension dictionary html
Last synced: about 1 year ago
JSON representation
A chrome extension to get the meaning of the selected word instantly.
- Host: GitHub
- URL: https://github.com/deep110/flashdict
- Owner: deep110
- Created: 2016-09-06T03:22:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T17:57:28.000Z (over 8 years ago)
- Last Synced: 2025-03-25T09:19:02.055Z (about 1 year ago)
- Topics: chrome-extension, dictionary, html
- Language: JavaScript
- Homepage:
- Size: 842 KB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlashDict
Sometimes, do you feel too lazy to search for a difficult word's meaning you encounter while reading an article on web, then this extension can really solve your problem. You can get the meanings of the selected word instantly without opening the new tab and searching it manually.
## Preview

## Usage
1. First clone the repo or download the source code. If you have a zip file, extract its contents.
2. Just drag the folder to extensions [page](chrome://extensions/). If its not allowing you to add the extension, just turn the developer mode on.

3. Now you are ready to use the extension. Just double click on any word and voila you are good to go.
## Contributing
Please fork this repository and contribute back using
[pull requests](https://github.com/deep110/FlashDict/pulls).
Any contribution is appreciated.
## Future Improvements
* Showing "more" link at end which will open new tab with same query on clicking it.
* In case of no meanings found, showing search result from wikipedia using [MediaWiki Api](https://www.mediawiki.org/wiki/API:Main_page).
## License
* [Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
```
Copyright 2016 Deepankar Agrawal
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.