Meemo
This extension allows to add the current page with notes into Meemo.
What is Meemo?
Meemo is a Chrome extension developed by https://meemo.minimal-space.de, and its main feature is "This extension allows to add the current page with notes into Meemo.".
Extension Screenshots
Download Meemo Extension CRX File
Download Meemo 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
Extension Basic Information
Name | Meemo |
ID | lhkjapedcimeeiildlmebipnekekjmod |
Official URL | https://chromewebstore.google.com/detail/meemo/lhkjapedcimeeiildlmebipnekekjmod |
Description | This extension allows to add the current page with notes into Meemo. |
File Size | 22.06 KB |
Installation Count | 105 |
Current Version | 0.2.0 |
Last Updated | 2017-02-12 |
Publish Date | 2017-02-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://meemo.minimal-space.de |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meemo", "description": "This extension allows to add the current page with notes into Meemo.", "homepage_url": "https:\/\/meemo.minimal-space.de", "icons": { "128": "logo.png" }, "version": "0.2.0", "browser_action": { "default_title": "Meemo", "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "logo.png" ], "applications": { "gecko": { "id": "[email protected]" } } } |