Funda Vertaler

Brengt de fun terug in Funda!

Co je Funda Vertaler?

Funda Vertaler je rozšíření Chrome vyvinuté Laurens Winkelhagen, a jeho hlavní funkcí je „Brengt de fun terug in Funda!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Funda Vertaler

Stáhněte si soubory rozšíření Funda Vertaler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        * The real state of the real estate!

Makelaarstaal kan zo typisch zijn; altijd zijn het royale kamers en een populaire wijk, terwijl iedereen wel weet dat die kamers gewoon ongezellig zijn, en de wijk duur!

Deze extension helpt je! Automatisch voert hij allerlei kleine vertalingen door, die altijd nodig zijn wanneer je op funda.nl naar huizen aan het kijken bent.

Ik hoop dat je veel plezier zult hebben van deze funda / makelaarstaal-parodie!

* Puts the Fun back in Funda!                    

Základní Informace o Rozšíření

Název Funda Vertaler Funda Vertaler
ID ojacaigpgflgoibdmlgigaakohhojbpg
Oficiální URL https://chromewebstore.google.com/detail/funda-vertaler/ojacaigpgflgoibdmlgigaakohhojbpg
Popis Brengt de fun terug in Funda!
Velikost souboru 95.14 KB
Počet instalací 33
Aktuální Verze 0.2.4
Poslední Aktualizace 2023-03-21
Datum Vydání 2013-11-29
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář Laurens Winkelhagen
E-mail [email protected]
Typ Platby free
Podporované Jazyky en,nl
manifest.json
{
    "author": "Laurens Winkelhagen",
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery.js",
                "jquery.ba-replacetext.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*.funda.nl\/*",
                "https:\/\/*.funda.nl\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "nl",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "1350124753_house_128.png",
        "48": "1350124753_house.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZHZe5Asbie5vBiKmLeft+7BuMZnld2v8iMQz6Trw82G3b+QqgU1GydsOIsV\/dIDBp8U93vJ1i4IzABZassXwv7rH76ha2zFrH\/CZw3RwJsLpJ6A9uG5CWC8a3CYHR\/eFritHFc\/GfmNagXDK9+FHHFkMlSHfz704krvavsae+uwIDAQAB",
    "manifest_version": 3,
    "minimum_chrome_version": "91",
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "16": "1350124761_house.png",
            "48": "1350124753_house.png"
        },
        "default_title": "Vertaal makelaarstaal!"
    },
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "short_name": "Funtaler",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.4"
}