DuckDuckRun
Extends the DuckDuckGo search with some shortcuts
Wat is DuckDuckRun?
DuckDuckRun is een Chrome-extensie ontwikkeld door Max Kreja, en de belangrijkste functie is "Extends the DuckDuckGo search with some shortcuts".
Extensie Screenshots
Download het CRX-bestand van de extensie DuckDuckRun
Download DuckDuckRun-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extends the DuckDuckGo search page by a few nice shortcuts
Basisinformatie over de Extensie
Naam | ![]() |
ID | mfhihnceimlibmfjghmnapfebkdaodck |
Officiële URL | https://chrome.google.com/webstore/detail/duckduckrun/mfhihnceimlibmfjghmnapfebkdaodck |
Beschrijving | Extends the DuckDuckGo search with some shortcuts |
Bestandsgrootte | 87.35 KB |
Aantal Installaties | 119 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-10-01 |
Publicatiedatum | 2019-10-01 |
Ontwikkelaar | Max Kreja |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DuckDuckRun", "description": "Extends the DuckDuckGo search with some shortcuts", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/duckduckgo.com\/*" ], "css": [ "src\/css\/style.css" ], "js": [ "src\/js\/script.js" ] } ], "web_accessible_resources": [ "img\/*.png" ] } |