DuckDuckRun
Extends the DuckDuckGo search with some shortcuts
Cos'è DuckDuckRun?
DuckDuckRun è un'estensione di Chrome sviluppata da Max Kreja, e la sua funzione principale è "Extends the DuckDuckGo search with some shortcuts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DuckDuckRun
Scarica i file di estensione DuckDuckRun in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extends the DuckDuckGo search page by a few nice shortcuts
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | mfhihnceimlibmfjghmnapfebkdaodck |
URL Ufficiale | https://chrome.google.com/webstore/detail/duckduckrun/mfhihnceimlibmfjghmnapfebkdaodck |
Descrizione | Extends the DuckDuckGo search with some shortcuts |
Dimensione del File | 87.35 KB |
Conteggio Installazioni | 119 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-10-01 |
Data di Pubblicazione | 2019-10-01 |
Sviluppatore | Max Kreja |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |