Duolingo Image Hider
When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.
Duolingo Image Hiderとは何ですか?
Duolingo Image HiderはDennis Vinkによって開発されたChromeの拡張機能で、その主な機能は「When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.」です。
拡張機能のスクリーンショット
Duolingo Image Hider拡張機能のCRXファイルをダウンロード
Duolingo Image Hider拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Duolingo is a great way to learn new languages. However, the Duolingo website will show images to help you pick the right words. The duolingo image hider extension hides the helper images. You will see the words or phrases only, without a visual aid.
拡張機能の基本情報
名前 | Duolingo Image Hider |
ID | hifbfmmbcjpoaopiebnldbemjloffofj |
公式URL | https://chromewebstore.google.com/detail/duolingo-image-hider/hifbfmmbcjpoaopiebnldbemjloffofj |
説明 | When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images. |
ファイルサイズ | 46.83 KB |
インストール数 | 150 |
現在のバージョン | 0.0.1 |
最終更新日 | 2021-02-14 |
公開日 | 2021-02-14 |
開発者 | Dennis Vink |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duolingo Image Hider", "version": "0.0.1", "browser_action": { "default_icon": "icon_128.png" }, "description": "When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.", "author": "drvink.com", "homepage_url": "https:\/\/drvink.com", "content_scripts": [ { "matches": [ "*:\/\/duolingo.com\/skill\/*", "*:\/\/*.duolingo.com\/skill\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ], "run_at": "document_end" } ], "icons": { "128": "icon_128.png" } } |