Word Replacer

Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…

Co to jest Word Replacer?

Word Replacer to rozszerzenie Chrome opracowane przez modulusdevs, a jego główną funkcją jest „Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Word Replacer

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

                        Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the new body of text to the clipboard. This works well in situations where you quickly need one word replaced in a body of text.                    

Podstawowe informacje o rozszerzeniu

Nazwa Word Replacer Word Replacer
ID hfpjfkbenhdblefkfdlccgkagcfmkadk
Oficjalny URL https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk
Opis Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…
Rozmiar pliku 9.34 KB
Liczba instalacji 1,140
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2020-06-12
Data Publikacji 2020-06-12
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper modulusdevs
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/milnorms/word-replacer-chrome
Adres URL Strony Pomocy https://github.com/milnorms/word-replacer-chrome
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Replacer",
    "version": "0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Word Replacer"
    }
}