DuckDuckRun

Extends the DuckDuckGo search with some shortcuts

Co to jest DuckDuckRun?

DuckDuckRun to rozszerzenie Chrome opracowane przez Max Kreja, a jego główną funkcją jest „Extends the DuckDuckGo search with some shortcuts”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DuckDuckRun

Pobierz pliki rozszerzeń DuckDuckRun 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

                        Extends the DuckDuckGo search page by a few nice shortcuts                    

Podstawowe informacje o rozszerzeniu

Nazwa DuckDuckRun DuckDuckRun
ID mfhihnceimlibmfjghmnapfebkdaodck
Oficjalny URL https://chrome.google.com/webstore/detail/duckduckrun/mfhihnceimlibmfjghmnapfebkdaodck
Opis Extends the DuckDuckGo search with some shortcuts
Rozmiar pliku 87.35 KB
Liczba instalacji 119
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-10-01
Data Publikacji 2019-10-01
Deweloper Max Kreja
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}