SuperMemo Connector
Import web content in your SuperMemo collection.
What is SuperMemo Connector?
SuperMemo Connector is a Chrome extension developed by alexis.inco, and its main feature is "Import web content in your SuperMemo collection.".
Extension Screenshots
Download SuperMemo Connector Extension CRX File
Download SuperMemo Connector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Import web content in your SuperMemo collection. This browser extension works in pair with SuperMemoAssistant Import plugin. Please visit GitHub page for additional instructions.
Extension Basic Information
Name | SuperMemo Connector |
ID | hcnpikjdiaedadmfkflhilndgailpogj |
Official URL | https://chromewebstore.google.com/detail/supermemo-connector/hcnpikjdiaedadmfkflhilndgailpogj |
Description | Import web content in your SuperMemo collection. |
File Size | 58.18 KB |
Installation Count | 724 |
Current Version | 0.1.0 |
Last Updated | 2020-01-29 |
Publish Date | 2020-01-29 |
Rating | 5.00/5 Total 7 Ratings |
Developer | alexis.inco |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/supermemo/SuperMemoAssistant |
Help Page URL | https://github.com/supermemo/SuperMemoAssistant.Plugins.Import.BrowserPlugin/issues |
Supported Languages | 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)" } } |