Mondy Search

Mondy Search - The best way to search

Hvad er Mondy Search?

Mondy Search er en Chrome-udvidelse udviklet af http://mondysearch.com, og dens hovedfunktion er "Mondy Search - The best way to search".

Udvidelsesskærmbilleder

screenshot

Download Mondy Search-udvidelses-CRX-fil

Download Mondy Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension changes your Chrome's Default Search.
Simply start typing your search query in the Omni Bar, also called address bar and perform your first search through Mondy Search.

Easily find what you are looking for on the internet.

Search for selected text using the context menu.                    

Grundlæggende oplysninger om udvidelsen

Navn Mondy Search Mondy Search
ID iplfmkmnpcbccilaoijakmonjmanlcoo
Officiel URL https://chrome.google.com/webstore/detail/mondy-search/iplfmkmnpcbccilaoijakmonjmanlcoo
Beskrivelse Mondy Search - The best way to search
Filstørrelse 6.51 KB
Antal Installationer 2,000
Nuværende Version 0.0.1
Senest Opdateret 2022-04-25
Udgivelsesdato 2022-04-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://mondysearch.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://mondysearch.com/
Hjælpeside-URL https://mondysearch.com/aboutUs.html
URL til Fortrolighedspolitik Side https://mondysearch.com/privacyPolicy.html
Understøttede Sprog en
manifest.json
{
    "background": {
        "service_worker": "back.js",
        "type": "module"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.mondysearch.com\/favicon.png",
            "is_default": true,
            "keyword": "Mondy",
            "name": "Mondy Search",
            "search_url": "https:\/\/www.mondysearch.com\/search.php?s=mondysearch&q={searchTerms}",
            "search_url_post_params": ""
        }
    },
    "description": "Mondy Search - The best way to search",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png"
    },
    "manifest_version": 3,
    "name": "Mondy Search",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}