SuperMemo Connector
Import web content in your SuperMemo collection.
Что такое SuperMemo Connector?
SuperMemo Connector - это расширение Chrome, разработанное alexis.inco, и его основная функция - "Import web content in your SuperMemo collection.".
Снимки экрана расширения
Скачать файл CRX расширения SuperMemo Connector
Скачайте файлы расширений 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 |
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)" } } |