Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Chrome Extension using the DuckDuckGo Zero-click Info API

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`.