DuckDuckGo !bangs
Add DuckDuckGo bang buttons to search results and search links in the context menu.
DuckDuckGo !bangs란 무엇입니까?
DuckDuckGo !bangs은(는) Simon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add DuckDuckGo bang buttons to search results and search links in the context menu."입니다.
확장 프로그램 스크린샷
DuckDuckGo !bangs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A chrome extension for making it easier to search using DuckDuckGo !bangs. DuckDuckGo is a search engine that does not track you. DuckDuckGo !bangs allow you to search on thousands of sites, directly. This extension add two functions. - Add !bang buttons to the DuckDuckGo search results page. - add context menu to search using DuckDuckGo !bangs for selected text. Supports 19 !bangs at the moment of over 9000 available.
확장 프로그램 기본 정보
이름 | |
ID | hdjfebkndhmegijlghjcdghdbealibeb |
공식 URL | https://chrome.google.com/webstore/detail/duckduckgo-bangs/hdjfebkndhmegijlghjcdghdbealibeb |
설명 | Add DuckDuckGo bang buttons to search results and search links in the context menu. |
파일 크기 | 40.27 KB |
설치 횟수 | 10,000 |
현재 버전 | 0.6.1 |
최근 업데이트 | 2017-04-23 |
출시 날짜 | 2017-04-23 |
평점 | 4.19/5 총 32 개의 평점 |
개발자 | Simon |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/engwerda/chrome-duckduckgo-bangs |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DuckDuckGo !bangs", "description": "Add DuckDuckGo bang buttons to search results and search links in the context menu.", "version": "0.6.1", "author": "Simon Engwerda", "manifest_version": 2, "icons": { "16": "images\/duckduckgo-16.png", "48": "images\/duckduckgo-48.png", "128": "images\/duckduckgo-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "contextMenus", "storage" ], "options_ui": { "page": "options.html", "chrome_style": false }, "content_scripts": [ { "matches": [ "*:\/\/*.duckduckgo.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "omnibox": { "keyword": "dd" } } |