MemoInjo

Stick memo on any website and sync via Joplin

Qu'est-ce que MemoInjo ?

MemoInjo est une extension Chrome développée par Ben Lau, et sa fonction principale est "Stick memo on any website and sync via Joplin".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        MemoInjo is a Chrome extension that sticks a memo on any website and stores/sync via Joplin. Simply press the icon of MemoInjo at the extension toolbar (top-right corner) in Chrome. It will show a memo editor for the browsing website. You may create a summary or a task list associated with a website easily.

MemoInjo is not a web clipper that could capture only once. You could reopen the same memo for the same URL. And thank to the sync feature of Joplin, you may access the memo across different computer.

Setup

1. Install the extension
2. Open Joplin
3. Go to Web Clipper Options and follow the instruction.
4. In the toolbar of the browser, press the button of MemoInjo
5. It will ask you to grant permission in Joplin.
6. Switch back to Joplin and grant the permission.

Then it is ready to use.                    

Informations de Base sur l'Extension

Nom MemoInjo MemoInjo
ID fbcdcliemdonkopdkpejdfmajlbaibac
URL Officiel https://chromewebstore.google.com/detail/memoinjo/fbcdcliemdonkopdkpejdfmajlbaibac
Description Stick memo on any website and sync via Joplin
Taille du Fichier 1.98 MB
Nombre d'Installations 263
Version Actuelle 0.1.3
Dernière Mise à Jour 2022-04-23
Date de Publication 2022-02-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur Ben Lau
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/benlau/memoinjo
URL de la Page d'Aide https://github.com/benlau/memoinjo
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MemoInjo",
    "description": "Stick memo on any website and sync via Joplin",
    "version": "0.1.3",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "memoinjo\/options.html",
    "action": {
        "default_popup": "memoinjo\/popup.html"
    },
    "icons": {
        "128": "memoinjo\/icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Ctrl+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    }
}