Find Replace
A simple find and replace extension.
Find Replaceとは何ですか?
Find ReplaceはUSA Web Development, LLCによって開発されたChromeの拡張機能で、その主な機能は「A simple find and replace extension.」です。
拡張機能のスクリーンショット
Find Replace拡張機能のCRXファイルをダウンロード
Find Replace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this tool to easily find and replace words or phrases, within a body of text. This extension is very simple, stylish, straightforward, and easy-to-use, while still being very functional at the same time. The extension has a very big capacity so you can input as much text as you want. Supports emoji, Unicode, and more.
拡張機能の基本情報
名前 | Find Replace |
ID | lchlicjgphiemnihicjkgfjddjmlgcdl |
公式URL | https://chromewebstore.google.com/detail/find-replace/lchlicjgphiemnihicjkgfjddjmlgcdl |
説明 | A simple find and replace extension. |
ファイルサイズ | 56.34 KB |
インストール数 | 1,174 |
現在のバージョン | 1 |
最終更新日 | 2023-02-23 |
公開日 | 2020-10-07 |
評価 | 2.14/5 合計 7 レビュー |
開発者 | USA Web Development, LLC |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "name": "Find Replace", "description": "A simple find and replace extension.", "icons": { "16": "icon.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "version": "1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |