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…

Vad är Word Replacer?

Word Replacer är en Chrome-tillägg utvecklad av modulusdevs, och dess huvudfunktion är "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…".

Tilläggsskärmbilder

screenshot

Ladda ner Word Replacer-förlängningens CRX-fil

Ladda ner Word Replacer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Word Replacer Word Replacer
ID hfpjfkbenhdblefkfdlccgkagcfmkadk
Officiell webbadress https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk
Beskrivning 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…
Filstorlek 9.34 KB
Antal Installationer 1,140
Aktuell Version 0.3
Senast Uppdaterad 2020-06-12
Publiceringsdatum 2020-06-12
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare modulusdevs
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/milnorms/word-replacer-chrome
Hjälpsida URL https://github.com/milnorms/word-replacer-chrome
Stödda Språk 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"
    }
}