Word Replacer
Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…
Word Replacerคืออะไร?
Word Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย modulusdevs และคุณลักษณะหลักของมันคือ "Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Replacer
ดาวน์โหลดไฟล์ส่วนขยาย Word Replacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the new body of text to the clipboard. This works well in situations where you quickly need one word replaced in a body of text.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Word Replacer |
ID | hfpjfkbenhdblefkfdlccgkagcfmkadk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk |
คำอธิบาย | Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the… |
ขนาดไฟล์ | 9.34 KB |
จำนวนการติดตั้ง | 1,140 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2020-06-12 |
วันที่เผยแพร่ | 2020-06-12 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | modulusdevs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/milnorms/word-replacer-chrome |
URL หน้าช่วยเหลือ | https://github.com/milnorms/word-replacer-chrome |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Replacer", "version": "0.3", "permissions": [ "activeTab" ], "background": { "scripts": [ "content.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Word Replacer" } } |