Meemo

This extension allows to add the current page with notes into Meemo.

Qu'est-ce que Meemo ?

Meemo est une extension Chrome développée par https://meemo.minimal-space.de, et sa fonction principale est "This extension allows to add the current page with notes into Meemo.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Meemo

Téléchargez les fichiers d'extension Meemo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Meemo Meemo
ID lhkjapedcimeeiildlmebipnekekjmod
URL Officiel https://chromewebstore.google.com/detail/meemo/lhkjapedcimeeiildlmebipnekekjmod
Description This extension allows to add the current page with notes into Meemo.
Taille du Fichier 22.06 KB
Nombre d'Installations 105
Version Actuelle 0.2.0
Dernière Mise à Jour 2017-02-12
Date de Publication 2017-02-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://meemo.minimal-space.de
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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]"
        }
    }
}