Clear Text in Fog
First, blur the entire text. Then, selected parts are clearly displayed.
Clear Text in Fog क्या है?
Clear Text in Fog https://nackpan.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "First, blur the entire text. Then, selected parts are clearly displayed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clear Text in Fog एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |