Find & Replace for Text Editing
Adds search & replace tool for input fields and editable text content.
Find & Replace for Text Editingคืออะไร?
Find & Replace for Text Editing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย banho27 และคุณลักษณะหลักของมันคือ "Adds search & replace tool for input fields and editable text content."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find & Replace for Text Editing
ดาวน์โหลดไฟล์ส่วนขยาย Find & Replace for Text Editing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find & Replace allows you to search and replace text in editable areas, directly in your browser. IT WILL NOT WORK WITH STATIC TEXT (ex. this page). Use it for composing long emails, blog articles, or forum posts. This extension DOES NOT support find & replace for the following: -Shopify (try our other app: https://apps.shopify.com/seeker) -Google Docs, Sheets, Forms, Slides -Jupyter Notebooks -Confluence -Wordpress -Magento Regarding email sharing, we take your privacy very seriously and will never use your information for anything other than communicating directly about the extension, updates etc. For an update log, go to www.findreplacer.com/updates Core Features: * Find and replace multiple queries in one click (premium - $9.95 for lifetime usage) * Save to Favorites * Text Templates (click to paste into page) * Regular expression info previews Search Options: * Match Case (case-sensitive search) * Whole Words * Regular Expressions * Limit search to text selection * Include single-line inputs in search Shortcut to Open: Ctrl+Shift+F (Mac: Cmd+Shift+F)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jajhdmnpiocpbpnlpejbgmpijgmoknnl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/find-replace-for-text-edi/jajhdmnpiocpbpnlpejbgmpijgmoknnl |
คำอธิบาย | Adds search & replace tool for input fields and editable text content. |
ขนาดไฟล์ | 945 KB |
จำนวนการติดตั้ง | 50,000 |
เวอร์ชันปัจจุบัน | 1.3.40 |
อัปเดตครั้งล่าสุด | 2023-10-05 |
วันที่เผยแพร่ | 2020-05-06 |
คะแนน | 3.84/5 รวมทั้งหมด 246 คะแนน |
ผู้พัฒนา | banho27 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.findreplacer.com/ |
URL หน้าช่วยเหลือ | https://www.findreplacer.com/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Find & Replace for Text Editing", "version": "1.3.40", "description": "Adds search & replace tool for input fields and editable text content.", "author": "Dalimil Hajek", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "32": "images\/icon32.png" }, "permissions": [ "activeTab", "contextMenus", "storage" ], "background": { "persistent": false, "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "js": [ "src\/jman.js" ], "matches": [ " |