Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duckduckgo/chrome-zeroclickinfo
Chrome Extension using the DuckDuckGo Zero-click Info API
https://github.com/duckduckgo/chrome-zeroclickinfo
chrome-extension duckduckgo
Last synced: 2 months ago
JSON representation
Chrome Extension using the DuckDuckGo Zero-click Info API
- Host: GitHub
- URL: https://github.com/duckduckgo/chrome-zeroclickinfo
- Owner: duckduckgo
- License: other
- Archived: true
- Created: 2012-01-15T16:46:38.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T11:32:32.000Z (about 6 years ago)
- Last Synced: 2024-08-10T11:03:30.597Z (6 months ago)
- Topics: chrome-extension, duckduckgo
- Language: JavaScript
- Homepage:
- Size: 16.8 MB
- Stars: 73
- Watchers: 84
- Forks: 42
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DuckDuckGo for Chrome
~~This is the official Chrome Extension for DuckDuckGo.~~
**This repository has been deprecated. Our current Chrome extension can be found at: https://github.com/duckduckgo/duckduckgo-privacy-extension.**
You can install this extension directly from the [Chrome web store](https://chrome.google.com/webstore/detail/duckduckgo-for-chrome/bpphkkgodbfncbcpgopijlfakfgmclao?hl=en).
It is licensed under the terms of the Apache License, Version 2.0 (see LICENSE).
Copyright (c) 2012 - 2016 [duckduckgo.com](https://duckduckgo.com)
## Testing
Tests use [Selenium Webdriver](http://seleniumhq.github.io/selenium/docs/api/javascript/index.html) and require:
- [Node.js](https://nodejs.org/en/)
- A Google Chrome executable (you must have the browser installed on your machine)To install dependencies, just run `npm install`.
For tests, run `npm test`.