SuperMemo Connector
Import web content in your SuperMemo collection.
SuperMemo Connector là gì?
SuperMemo Connector là một tiện ích mở rộng Chrome được phát triển bởi alexis.inco, và tính năng chính của nó là "Import web content in your SuperMemo collection.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SuperMemo Connector
Tải xuống các tệp mở rộng SuperMemo Connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Import web content in your SuperMemo collection. This browser extension works in pair with SuperMemoAssistant Import plugin. Please visit GitHub page for additional instructions.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SuperMemo Connector |
ID | hcnpikjdiaedadmfkflhilndgailpogj |
URL Chính Thức | https://chromewebstore.google.com/detail/supermemo-connector/hcnpikjdiaedadmfkflhilndgailpogj |
Mô tả | Import web content in your SuperMemo collection. |
Kích Thước Tệp | 58.18 KB |
Số Lần Cài Đặt | 724 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2020-01-29 |
Ngày Phát Hành | 2020-01-29 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | alexis.inco |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/supermemo/SuperMemoAssistant |
URL Trang Trợ Giúp | https://github.com/supermemo/SuperMemoAssistant.Plugins.Import.BrowserPlugin/issues |
Ngôn Ngữ Được Hỗ Trợ | 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)" } } |