Text replacer
You can change any text in any website you want!
Text replacerとは何ですか?
Text replacerはmadmon18によって開発されたChromeの拡張機能で、その主な機能は「You can change any text in any website you want!」です。
拡張機能のスクリーンショット
Text replacer拡張機能のCRXファイルをダウンロード
Text replacer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this tool you will be able to replace any text in any website you want press "Ctrl + b" to insert the words you want to replace press "Ctrl + Alt + b" to see the words you already replaced enjoy!
拡張機能の基本情報
名前 | Text replacer |
ID | omigokpnmglhaplhdemeiaigmojaalba |
公式URL | https://chromewebstore.google.com/detail/text-replacer/omigokpnmglhaplhdemeiaigmojaalba |
説明 | You can change any text in any website you want! |
ファイルサイズ | 1.33 MB |
インストール数 | 420 |
現在のバージョン | 1.2 |
最終更新日 | 2017-12-17 |
公開日 | 2017-12-17 |
評価 | 2.20/5 合計 5 レビュー |
開発者 | madmon18 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text replacer", "description": "You can change any text in any website you want!", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "yair.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "yair.js" ] } ] } |