Meemo
This extension allows to add the current page with notes into Meemo.
Was ist Meemo?
Meemo ist eine Chrome-Erweiterung, die von https://meemo.minimal-space.de entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows to add the current page with notes into Meemo.".
Erweiterungsscreenshots
Meemo-Erweiterungs-CRX-Datei herunterladen
Laden Sie Meemo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lhkjapedcimeeiildlmebipnekekjmod |
| Offizielle URL | https://chromewebstore.google.com/detail/meemo/lhkjapedcimeeiildlmebipnekekjmod |
| Beschreibung | This extension allows to add the current page with notes into Meemo. |
| Dateigröße | 22.06 KB |
| Installationsanzahl | 105 |
| Aktuelle Version | 0.2.0 |
| Letztes Update | 2017-02-12 |
| Veröffentlichungsdatum | 2017-02-12 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://meemo.minimal-space.de |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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]"
}
}
} | |