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
公式URL 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
Eメール [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"
    }
}