Text replacer

You can change any text in any website you want!

Co je Text replacer?

Text replacer je rozšíření Chrome vyvinuté madmon18, a jeho hlavní funkcí je „You can change any text in any website you want!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Text replacer

Stáhněte si soubory rozšíření Text replacer 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í

                        With this tool you will be able to replace any text in any website you want 
press "Ctrl + b" to insert the words you want to replace
press "Ctrl + Alt + b" to see the words you already replaced
enjoy!                    

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

Název Text replacer Text replacer
ID omigokpnmglhaplhdemeiaigmojaalba
Oficiální URL https://chromewebstore.google.com/detail/text-replacer/omigokpnmglhaplhdemeiaigmojaalba
Popis You can change any text in any website you want!
Velikost souboru 1.33 MB
Počet instalací 420
Aktuální Verze 1.2
Poslední Aktualizace 2017-12-17
Datum Vydání 2017-12-17
Hodnocení 2.20/5 Celkem 5 Hodnocení
Vývojář madmon18
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text replacer",
    "description": "You can change any text in any website you want!",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "yair.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "yair.js"
            ]
        }
    ]
}