Clear Text in Fog
First, blur the entire text. Then, selected parts are clearly displayed.
Wat is Clear Text in Fog?
Clear Text in Fog is een Chrome-extensie ontwikkeld door https://nackpan.net, en de belangrijkste functie is "First, blur the entire text. Then, selected parts are clearly displayed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clear Text in Fog
Download Clear Text in Fog-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Clear Text in Fog |
ID | kbeclijbmkjpkeickobnhlemaegkjlcf |
Officiële URL | https://chromewebstore.google.com/detail/clear-text-in-fog/kbeclijbmkjpkeickobnhlemaegkjlcf |
Beschrijving | First, blur the entire text. Then, selected parts are clearly displayed. |
Bestandsgrootte | 26.94 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2022-04-29 |
Publicatiedatum | 2022-04-29 |
Ontwikkelaar | https://nackpan.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://nackpan.net/blog/en/clear-text-in-fog/ |
URL van de Privacybeleid Pagina | https://nackpan.net/blog/en/clear_text_in_fog-privacy-policy |
Ondersteunde Talen | 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" ] } ] } |