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. 擴展基本資訊
| 名稱 | |
| ID | lchlicjgphiemnihicjkgfjddjmlgcdl |
| 官方網址 | 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"
}
} | |