Clear Text in Fog
First, blur the entire text. Then, selected parts are clearly displayed.
Clear Text in Fogคืออะไร?
Clear Text in Fog เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nackpan.net และคุณลักษณะหลักของมันคือ "First, blur the entire text. Then, selected parts are clearly displayed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear Text in Fog
ดาวน์โหลดไฟล์ส่วนขยาย Clear Text in Fog ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
First, click the extension icon and a blur button will pop up. Click the blur button to blur the entire text. After that, the selected part will be unblurred and displayed clearly. This is an extension that is useful for language learners. Intended for use on websites that provide audio and transcripts for language learners. This extension does not collect and transmit your personally identifiable information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clear Text in Fog |
ID | kbeclijbmkjpkeickobnhlemaegkjlcf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clear-text-in-fog/kbeclijbmkjpkeickobnhlemaegkjlcf |
คำอธิบาย | First, blur the entire text. Then, selected parts are clearly displayed. |
ขนาดไฟล์ | 26.94 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2022-04-29 |
วันที่เผยแพร่ | 2022-04-29 |
ผู้พัฒนา | https://nackpan.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nackpan.net/blog/en/clear-text-in-fog/ |
URL หน้านโยบายความเป็นส่วนตัว | https://nackpan.net/blog/en/clear_text_in_fog-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear Text in Fog", "description": "First, blur the entire text. Then, selected parts are clearly displayed.", "version": "1.1.1", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/blurred_text16.png", "32": "\/images\/blurred_text32.png", "48": "\/images\/blurred_text48.png", "128": "\/images\/blurred_text128.png" } }, "icons": { "16": "\/images\/blurred_text16.png", "32": "\/images\/blurred_text32.png", "48": "\/images\/blurred_text48.png", "128": "\/images\/blurred_text128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |