SuperMemo Connector
Import web content in your SuperMemo collection.
SuperMemo Connector क्या है?
SuperMemo Connector alexis.inco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import web content in your SuperMemo collection."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SuperMemo Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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)" } } |