X Word Replacer

Quickly replacing words in web pages

Co to jest X Word Replacer?

X Word Replacer to rozszerzenie Chrome opracowane przez https://pughtml.com, a jego główną funkcją jest „Quickly replacing words in web pages”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia X Word Replacer

Pobierz pliki rozszerzeń X Word Replacer 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

                        X Words Replacer is a tool for office used for search and replace words in any field of text (input, textarea, paragraph...) on web pages.                    

Podstawowe informacje o rozszerzeniu

Nazwa X Word Replacer X Word Replacer
ID efcnkaeocmkpckkenjinmdgkbjhajoca
Oficjalny URL https://chromewebstore.google.com/detail/x-word-replacer/efcnkaeocmkpckkenjinmdgkbjhajoca
Opis Quickly replacing words in web pages
Rozmiar pliku 59.38 KB
Liczba instalacji 968
Aktualna Wersja 1.0.4.1
Ostatnia Aktualizacja 2024-02-26
Data Publikacji 2018-05-02
Ocena 4.25/5 Łącznie 12 Oceny
Deweloper https://pughtml.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://viet.pughtml.com
Adres URL Strony Pomocy https://viet.pughtml.com
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X Word Replacer",
    "description": "Quickly replacing words in web pages",
    "version": "1.0.4.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "X Word Replacer",
        "default_popup": "index.html",
        "default_icon": "images\/icon_128.png"
    },
    "icons": {
        "128": "favicon.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content-script.js"
            ],
            "css": [
                "content\/styles.css"
            ]
        }
    ],
    "offline_enabled": true
}