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…

Apa itu Word Replacer?

Word Replacer adalah ekstensi Chrome yang dikembangkan oleh modulusdevs, dan fitur utamanya adalah "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…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Word Replacer

Unduh file ekstensi Word Replacer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Word Replacer Word Replacer
ID hfpjfkbenhdblefkfdlccgkagcfmkadk
URL Resmi https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk
Deskripsi 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…
Ukuran File 9.34 KB
Jumlah Instalasi 1,140
Versi Saat Ini 0.3
Terakhir Diperbarui 2020-06-12
Tanggal Publikasi 2020-06-12
Penilaian 2.33/5 Total 3 Penilaian
Pengembang modulusdevs
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/milnorms/word-replacer-chrome
URL Halaman Bantuan https://github.com/milnorms/word-replacer-chrome
Bahasa yang Didukung 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"
    }
}