Clear Text in Fog
First, blur the entire text. Then, selected parts are clearly displayed.
Clear Text in Fog là gì?
Clear Text in Fog là một tiện ích mở rộng Chrome được phát triển bởi https://nackpan.net, và tính năng chính của nó là "First, blur the entire text. Then, selected parts are clearly displayed.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Clear Text in Fog
Tải xuống các tệp mở rộng Clear Text in Fog dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clear Text in Fog |
ID | kbeclijbmkjpkeickobnhlemaegkjlcf |
URL Chính Thức | https://chromewebstore.google.com/detail/clear-text-in-fog/kbeclijbmkjpkeickobnhlemaegkjlcf |
Mô tả | First, blur the entire text. Then, selected parts are clearly displayed. |
Kích Thước Tệp | 26.94 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2022-04-29 |
Ngày Phát Hành | 2022-04-29 |
Nhà Phát Triển | https://nackpan.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nackpan.net/blog/en/clear-text-in-fog/ |
URL Trang Chính Sách Bảo Mật | https://nackpan.net/blog/en/clear_text_in_fog-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |