SuperMemo Connector
Import web content in your SuperMemo collection.
什麼是SuperMemo Connector?
SuperMemo Connector是由alexis.inco開發的Chrome擴展程式,該擴展的主要功能是“Import web content in your SuperMemo collection.”。
擴展截圖
下載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 |
ID | hcnpikjdiaedadmfkflhilndgailpogj |
官方網址 | 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)" } } |