chrome-zeroclickinfo icon indicating copy to clipboard operation
chrome-zeroclickinfo copied to clipboard

Chrome Extension using the DuckDuckGo Zero-click Info API

Results 26 chrome-zeroclickinfo issues
Sort by recently updated
recently updated
newest added

**Reviewer:** ## Description: ## Steps to test this PR: ## Automated tests: - [ ] Unit tests - [ ] Integration tests ###### Reviewer Checklist: - [ ] **Ensure the...

## https://github.com/duckduckgo/chrome-zeroclickinfo: ## Steps to test this PR: ## Automated tests: - [ ] Unit tests - [ ] Integration tests ###### Reviewer Checklist: - [ ] **Ensure the PR...

Currently, the add button of the bangs is set with an img tag with src of the button icon. For every button, the long src url is common. Thus, removing...

I'm downloading this for the first time. git clone https://github.com/duckduckgo/chrome-zeroclickinfo.git cd chrome-zeroclickinfo/ npm install npm test Which returns: ``` > [email protected] test /tmp/chrome-zeroclickinfo > concurrently 'npm run jshint' 'npm run...

**Reviewer:** ## Description: **This is the async version for Firefox. For Chrome we'll need to port the `onBeforeRequest` handler to being all sync.** This PR caches tracker lookup data by...

**Reviewer:** ## Description: ## Steps to test this PR: ## Automated tests: - [ ] Unit tests - [ ] Integration tests ###### Reviewer Checklist: - [ ] **Ensure the...

WIP

**Reviewer:** ## Description: This seems to fix the https redirect loops but needs more testing. ## Steps to test this PR: ## Automated tests: - [ ] Unit tests -...

**Reviewer:** ## Description: Fixes #201 ## Steps to test this PR The add button of the bangs. ## Automated tests: - [ ] Unit tests - [ ] Integration tests...

## Description: Fixes #199 ###### Reviewer Checklist: - [ ] **Ensure the PR solves the problem** - [ ] **Review every line of code** - [ ] **Ensure the PR...

Currently, the .gitignore doesn't contain node_modules, need to include.