MemoRISE
This extension helps you learn things with no effort.
Τι είναι το MemoRISE;
Το MemoRISE είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον memorise.extension, και η κύρια λειτουργία του είναι "This extension helps you learn things with no effort.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MemoRISE
Λήψη αρχείων επέκτασης MemoRISE σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
⚠️ WARNING: This is an alpha release so you may face some issues using this extension. In case of any bugs detected please let us know and we fix them ASAP. 🤷 What is this❓ 📖 This extension is a tool for effective learning. This a browser extension that helps you learn faster, remember longer, and boost your productivity. Why do I need this❓ 📉 Forgetting curve is a part of a 🎓learning process. 🔂 [Constant revision] of what you learn has a key role in 🎓learning process. ↗️ This extension shows you [advertisment-like cards 📝] on [Google search results page]. What can I use this for❓ Here are a *couple of ideas* for you: 🗣️ [Learning foreign languages] like Spanish🇪🇦, French🇫🇷, Italian🇮🇹, Chinese🇨🇳 etc. 📅 Historical dates 🎼 Song texts ... and [YOU name it] what you are aiming to ©️MemoRISE and [remember]🤓 Your imagination is the limit 🚀. ⏩ [Example workflow] use case of ©️MemoRISE: 1️⃣ ->➕ [add] *memo cards* 2️⃣ -> 👁️🗨️ [watch] *memos cards* to appear on the [Google search result page] 3️⃣ -> 👀 [the more you see] a *memo card* [the better is remembering] 4️⃣ -> 🎯 once you're [done] you can -> [archive] the *memo card* ⚡Key features: 💪 add *memo cards* on the [options page] 💪 [rich text editor] for *memo cards*: - - > bold, italic, cursive formatting - - > links - - > and more... 💪 [random🎲] and [creation date 🕑] order for *memo cards* to show up 💪 [Active], [Learned] (e.g archived) *memo cards* lists for convenient management 💪 [Display Interval] setting which restricts how often you see *memo card* 🗺️ Roadmap: 🔜 featured [predefined list] of *memo cards* 🔜 more user friendly *memo cards* creation 🔜 different template for *memo cards* 🔜 sync between devices 🔜 stats page ©️MemoRISE extension works like an [advertisement of your personal knowledge].
Βασικές Πληροφορίες Επέκτασης
Όνομα | MemoRISE |
ID | jopifgpfoeeeodfdpbmibkidoldcpeco |
Επίσημο URL | https://chromewebstore.google.com/detail/memorise/jopifgpfoeeeodfdpbmibkidoldcpeco |
Περιγραφή | This extension helps you learn things with no effort. |
Μέγεθος Αρχείου | 2.84 MB |
Αριθμός Εγκαταστάσεων | 763 |
Τρέχουσα Έκδοση | 0.57.0 |
Τελευταία Ενημέρωση | 2021-08-08 |
Ημερομηνία Δημοσίευσης | 2020-07-02 |
Αξιολόγηση | 4.86/5 Συνολικά 22 Αξιολογήσεις |
Προγραμματιστής | memorise.extension |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,es,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MemoRISE", "version": "0.57.0", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "icons\/logo_memorise2.png", "48": "icons\/logo_memorise-small.png", "128": "icons\/logo_memorise2.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "dist\/options\/index.html", "permissions": [ "storage", "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "dist\/inject.bundle.js" ] } ], "browser_action": { "default_title": "MemoRISE", "default_popup": "src\/popup-v2\/dist\/index.html" }, "content_security_policy": "script-src-elem 'self' https:\/\/www.google-analytics.com\/analytics.js 'unsafe-eval'; object-src 'self'; script-src 'self';", "web_accessible_resources": [ "\/dist\/options\/index.html", "dist\/*.png" ] } |