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によって開発されたChromeの拡張機能で、その主な機能は「First, blur the entire text. Then, selected parts are clearly displayed.」です。
拡張機能のスクリーンショット
Clear Text in Fog拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } ] } |