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…

什麼是Word Replacer?

Word Replacer是由modulusdevs開發的Chrome擴展程式,該擴展的主要功能是“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

下載Word Replacer擴展crx文件

下載Word Replacer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Word Replacer Word Replacer
ID hfpjfkbenhdblefkfdlccgkagcfmkadk
官方網址 https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk
簡介 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…
檔案大小 9.34 KB
安裝次數 1,140
目前版本 0.3
更新時間 2020-06-12
上架時間 2020-06-12
評分 2.33/5 共 3 次評分
開發者 modulusdevs
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/milnorms/word-replacer-chrome
說明頁面URL https://github.com/milnorms/word-replacer-chrome
支援的語言 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"
    }
}