MetaNote

Add notes to any page on the web

Qu'est-ce que MetaNote ?

MetaNote est une extension Chrome développée par https://getmetanote.com, et sa fonction principale est "Add notes to any page on the web".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension MetaNote 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

                        MetaNote for Google Chrome is a useful extension that lets you annotate any page on the web and save your notes for later.

Click the extension icon to open a panel and start writing your notes. Come back later to collect them.                    

Informations de Base sur l'Extension

Nom MetaNote MetaNote
ID edppgeiopaemgpmmapllfeeeeekdolbl
URL Officiel https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl
Description Add notes to any page on the web
Taille du Fichier 167 KB
Nombre d'Installations 31
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-03-01
Date de Publication 2022-02-26
Développeur https://getmetanote.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getmetanote.com
URL de la Page d'Aide https://getmetanote.com/support
URL de la Page de Politique de Confidentialité https://www.impulsionlabs.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MetaNote",
    "description": "Add notes to any page on the web",
    "version": "1.0.1",
    "icons": {
        "128": "img\/icon-orange-128.png",
        "48": "img\/icon-orange-48.png",
        "16": "img\/icon-orange-16.png"
    },
    "action": [],
    "background": {
        "service_worker": "app\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}