Duolingo Appearance
Change the appearance on Duolingo to get the look you want.
What is Duolingo Appearance?
Duolingo Appearance is a Chrome extension developed by JonathanDalgaard, and its main feature is "Change the appearance on Duolingo to get the look you want.".
Extension Screenshots
Download Duolingo Appearance Extension CRX File
Download Duolingo Appearance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to change the appearance on Duolingo's sites. Current features: Change background colors. Change font family. Change font color. Colors automatically apply on page load.
Extension Basic Information
Name | Duolingo Appearance |
ID | oifnhalickiahlaoacabfafjaibhhimo |
Official URL | https://chromewebstore.google.com/detail/duolingo-appearance/oifnhalickiahlaoacabfafjaibhhimo |
Description | Change the appearance on Duolingo to get the look you want. |
File Size | 31.13 KB |
Installation Count | 1,000 |
Current Version | 1.7 |
Last Updated | 2020-03-31 |
Publish Date | 2020-03-31 |
Rating | 4.57/5 Total 7 Ratings |
Developer | JonathanDalgaard |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/duolingo-appearance/duolingo-appearance |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duolingo Appearance", "version": "1.7", "version_name": "1.7", "description": "Change the appearance on Duolingo to get the look you want.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.duolingo.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/duolingo-symbol-icon16.png", "32": "images\/duolingo-symbol-icon32.png", "48": "images\/duolingo-symbol-icon48.png", "128": "images\/duolingo-symbol-icon128.png" } }, "icons": { "16": "images\/duolingo-symbol-icon16.png", "32": "images\/duolingo-symbol-icon32.png", "48": "images\/duolingo-symbol-icon48.png", "128": "images\/duolingo-symbol-icon128.png" }, "manifest_version": 2 } |