SuperMemo Connector

Import web content in your SuperMemo collection.

Was ist SuperMemo Connector?

SuperMemo Connector ist eine Chrome-Erweiterung, die von alexis.inco entwickelt wurde, und ihr Hauptmerkmal ist "Import web content in your SuperMemo collection.".

Erweiterungsscreenshots

screenshot

SuperMemo Connector-Erweiterungs-CRX-Datei herunterladen

Laden Sie SuperMemo Connector-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

                        Import web content in your SuperMemo collection. This browser extension works in pair with SuperMemoAssistant Import plugin.

Please visit GitHub page for additional instructions.                    

Grundlegende Informationen zur Erweiterung

Name SuperMemo Connector SuperMemo Connector
ID hcnpikjdiaedadmfkflhilndgailpogj
Offizielle URL https://chromewebstore.google.com/detail/supermemo-connector/hcnpikjdiaedadmfkflhilndgailpogj
Beschreibung Import web content in your SuperMemo collection.
Dateigröße 58.18 KB
Installationsanzahl 724
Aktuelle Version 0.1.0
Letztes Update 2020-01-29
Veröffentlichungsdatum 2020-01-29
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler alexis.inco
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/supermemo/SuperMemoAssistant
Hilfeseite URL https://github.com/supermemo/SuperMemoAssistant.Plugins.Import.BrowserPlugin/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuperMemo Connector",
    "description": "Import web content in your SuperMemo collection.",
    "author": "Alexis Incogito",
    "version": "0.1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "nativeMessaging"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "consts.js",
            "config.js",
            "global.js",
            "background.nativeMessaging.messages.js",
            "background.nativeMessaging.js",
            "background.contextMenus.js",
            "background.messages.js",
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/github.com\/supermemo\/",
    "icons": {
        "16": "data\/icons\/robot-16.png",
        "24": "data\/icons\/robot-24.png",
        "32": "data\/icons\/robot-32.png",
        "48": "data\/icons\/robot-48.png",
        "64": "data\/icons\/robot-64.png",
        "128": "data\/icons\/robot-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/robot-16.png",
            "24": "data\/icons\/robot-24.png",
            "32": "data\/icons\/robot-32.png",
            "48": "data\/icons\/robot-48.png",
            "64": "data\/icons\/robot-64.png",
            "128": "data\/icons\/robot-128.png"
        },
        "default_title": "SuperMemo Connector (disconnected)"
    }
}