SuperMemo Connector

Import web content in your SuperMemo collection.

什么是SuperMemo Connector?

SuperMemo Connector是由alexis.inco开发的Chrome扩展程序,该扩展的主要功能是“Import web content in your SuperMemo collection.”。

扩展截图

screenshot

下载SuperMemo Connector扩展crx文件

下载SuperMemo Connector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

Please visit GitHub page for additional instructions.                    

扩展基本信息

名称 SuperMemo Connector SuperMemo Connector
ID hcnpikjdiaedadmfkflhilndgailpogj
官方URL https://chromewebstore.google.com/detail/supermemo-connector/hcnpikjdiaedadmfkflhilndgailpogj
简介 Import web content in your SuperMemo collection.
文件大小 58.18 KB
安装次数 724
当前版本 0.1.0
更新时间 2020-01-29
上架时间 2020-01-29
评分 5.00/5 共7次评分
开发者 alexis.inco
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/supermemo/SuperMemoAssistant
帮助页面URL https://github.com/supermemo/SuperMemoAssistant.Plugins.Import.BrowserPlugin/issues
支持的语言 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)"
    }
}