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 |
电子邮箱 | [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" } } |