Find Replace
A simple find and replace extension.
Find Replaceคืออะไร?
Find Replace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย USA Web Development, LLC และคุณลักษณะหลักของมันคือ "A simple find and replace extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find Replace
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |