BangDD: DuckDuckGo Bang Buttons
Adds a google bang in the duckduckgo search as a button
Co to jest BangDD: DuckDuckGo Bang Buttons?
BangDD: DuckDuckGo Bang Buttons to rozszerzenie Chrome opracowane przez Shubham Chaudhary, a jego główną funkcją jest „Adds a google bang in the duckduckgo search as a button”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BangDD: DuckDuckGo Bang Buttons
Pobierz pliki rozszerzeń BangDD: DuckDuckGo Bang Buttons w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension adds a button in duckduckgo search page to take you to google
Where else can I find it
This is open source and is available for both Mozilla Firefox and Google Chrome.
https://addons.mozilla.org/en-US/firefox/addon/bangdd-duckduckgo-bang-buttons/ Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fabaimpklfkedhgiaciiggiihfmmeaio |
| Oficjalny URL | https://chromewebstore.google.com/detail/bangdd-duckduckgo-bang-bu/fabaimpklfkedhgiaciiggiihfmmeaio |
| Opis | Adds a google bang in the duckduckgo search as a button |
| Rozmiar pliku | 28.41 KB |
| Liczba instalacji | 963 |
| Aktualna Wersja | 0.1.1 |
| Ostatnia Aktualizacja | 2019-05-20 |
| Data Publikacji | 2019-05-20 |
| Ocena | 5.00/5 Łącznie 5 Oceny |
| Deweloper | Shubham Chaudhary |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ylogx/BangDD |
| Adres URL Strony Pomocy | https://github.com/ylogx/BangDD |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Adds a google bang in the duckduckgo search as a button",
"manifest_version": 2,
"name": "BangDD: DuckDuckGo Bang Buttons",
"version": "0.1.1",
"homepage_url": "https:\/\/github.com\/ylogx\/BangDD",
"icons": {
"48": "icons\/logo-48.png",
"128": "icons\/logo-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.duckduckgo.com\/*"
],
"js": [
"bangdd.js"
]
}
]
} | |