mymind — An extension for your mind
Add images, bookmarks, notes, quotes or text highlights to your new mind.
Τι είναι το mymind — An extension for your mind;
Το mymind — An extension for your mind είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mymind.com, και η κύρια λειτουργία του είναι "Add images, bookmarks, notes, quotes or text highlights to your new mind.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης mymind — An extension for your mind
Λήψη αρχείων επέκτασης mymind — An extension for your mind σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Visual Bookmarking for a better mind. mymind.com helps you think for yourself, and think more clearly. This extension will make visual bookmarking even easier. — Mark text, right-click and save it to your mind. — Right-Click images on the web, and save them to your mind — Save any website, article etc. with just a single click. *Requires an MYMIND.com account. **NEW** UPDATE FIXED: With the last update we unfortunately introduced a few bugs which should be now fixed with this version. We also re-worked the browser permission the extension needs in order to function. The extension will never send anything to our servers unless you specifically save something to your own mind. And then it is for your eyes only. 🆕 When saving a duplicate, no more error message. The extension now tells you if something has been saved already and you can add additional tags. 🆕 MIND NOTES! If you hover the extension, you can now add a mind note directly via the extension to something you've saved. 🆕 We added a little indicator for you to see how much time you have left until the extension will close. This indicator will automatically get triggered once the extension is out of focus. 🆕 Lots of performance updates and minor bug fixes.
Βασικές Πληροφορίες Επέκτασης
Όνομα | mymind — An extension for your mind |
ID | nmgcefdhjpjefhgcpocffdlibknajbmj |
Επίσημο URL | https://chromewebstore.google.com/detail/mymind-%E2%80%94-an-extension-for/nmgcefdhjpjefhgcpocffdlibknajbmj |
Περιγραφή | Add images, bookmarks, notes, quotes or text highlights to your new mind. |
Μέγεθος Αρχείου | 363 KB |
Αριθμός Εγκαταστάσεων | 67,579 |
Τρέχουσα Έκδοση | 2.0.2 |
Τελευταία Ενημέρωση | 2022-05-10 |
Ημερομηνία Δημοσίευσης | 2022-05-05 |
Αξιολόγηση | 4.73/5 Συνολικά 41 Αξιολογήσεις |
Προγραμματιστής | https://mymind.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://mymind.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://mymind.com/browser-extensions |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mymind \u2014 An extension for your mind", "description": "Add images, bookmarks, notes, quotes or text highlights to your new mind.", "short_name": "mymind", "version": "2.0.2", "author": "mymind, Inc", "permissions": [ "cookies", "storage", "background", "contextMenus", "activeTab", "*:\/\/*.mymind.com\/*" ], "optional_permissions": [ "webNavigation", "https:\/\/www.instagram.com\/*" ], "manifest_version": 2, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png", "256": "images\/icon_256.png", "512": "images\/icon_512.png" }, "background": { "scripts": [ "polyfills\/browser-polyfill.js", "index.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.mymind.com\/extension*" ], "js": [ "utils\/safari-login-inject.js" ] } ], "web_accessible_resources": [ "icons\/*", "images\/*", "components\/*.css", "fonts\/*" ], "browser_action": { "default_title": "Save to my mind", "default_icon": "images\/icon_256.png" } } |