DuckDuckGo !bangs
Add DuckDuckGo bang buttons to search results and search links in the context menu.
DuckDuckGo !bangs क्या है?
DuckDuckGo !bangs Simon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add DuckDuckGo bang buttons to search results and search links in the context menu."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DuckDuckGo !bangs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |