Meemo
This extension allows to add the current page with notes into Meemo.
Wat is Meemo?
Meemo is een Chrome-extensie ontwikkeld door https://meemo.minimal-space.de, en de belangrijkste functie is "This extension allows to add the current page with notes into Meemo.".
Extensie Screenshots
Download het CRX-bestand van de extensie Meemo
Download Meemo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Meemo |
ID | lhkjapedcimeeiildlmebipnekekjmod |
Officiële URL | https://chromewebstore.google.com/detail/meemo/lhkjapedcimeeiildlmebipnekekjmod |
Beschrijving | This extension allows to add the current page with notes into Meemo. |
Bestandsgrootte | 22.06 KB |
Aantal Installaties | 105 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2017-02-12 |
Publicatiedatum | 2017-02-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://meemo.minimal-space.de |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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]" } } } |