Memrise Dark Theme
A night theme for the memrise website.
What is Memrise Dark Theme?
Memrise Dark Theme is a Chrome extension developed by Somers, and its main feature is "A night theme for the memrise website.".
Extension Screenshots
Download Memrise Dark Theme Extension CRX File
Download Memrise Dark Theme 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
A Darker and more sleek design for Memrise website.
Extension Basic Information
Name | |
ID | nencddbdajhlhfcoakfofmfbmfadfeim |
Official URL | https://chrome.google.com/webstore/detail/memrise-dark-theme/nencddbdajhlhfcoakfofmfbmfadfeim |
Description | A night theme for the memrise website. |
File Size | 12.51 KB |
Installation Count | 89 |
Current Version | 1.4 |
Last Updated | 2017-07-24 |
Publish Date | 2017-07-24 |
Rating | 2.83/5 Total 6 Ratings |
Developer | Somers |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memrise Dark Theme", "version": "1.4", "description": "A night theme for the memrise website.", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.memrise.com\/*" ] } ], "browser_action": { "default_icon": "icon_1.png" } } |