mailto:me
Mail websites to yourself for archiving or reading them later
Τι είναι το mailto:me;
Το mailto:me είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον h3nn3s, και η κύρια λειτουργία του είναι "Mail websites to yourself for archiving or reading them later".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης mailto:me
Λήψη αρχείων επέκτασης mailto:me σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
mailto:me is a browser extension for Firefox and Chrome to email websites to yourself. If you want, it's a poor man's read-later system that relies on nothing more than your email inbox. Features include: - Configurable and persistent recipient address - Mail subject extracted from page title / content - Mail body supports: - Plain page link - Reader-view-like page content in markdown format - Reader-view-like page content in HTML format mailto:me generates mailto:// hyperlinks and lets the browser open them in your email client of choice. Note that in order for the extension to work correctly it is essential that you have configured your web or local mail client as standard application for mailto:// links in the browser settings.
Βασικές Πληροφορίες Επέκτασης
Όνομα | mailto:me |
ID | bcomoaoagbblmlcakoadkmnndpooiefe |
Επίσημο URL | https://chromewebstore.google.com/detail/mailtome/bcomoaoagbblmlcakoadkmnndpooiefe |
Περιγραφή | Mail websites to yourself for archiving or reading them later |
Μέγεθος Αρχείου | 61.52 KB |
Αριθμός Εγκαταστάσεων | 63 |
Τρέχουσα Έκδοση | 0.2.0 |
Τελευταία Ενημέρωση | 2021-08-24 |
Ημερομηνία Δημοσίευσης | 2020-11-11 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | h3nn3s |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Johennes/mailto-me |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "mailto:me", "version": "0.2.0", "description": "Mail websites to yourself for archiving or reading them later", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": { "16": "icons\/action-16.png", "19": "icons\/action-19.png", "32": "icons\/action-32.png", "38": "icons\/action-38.png" }, "default_title": "mailto:me" }, "background": { "scripts": [ "browser-polyfill.js", "background.js" ] }, "permissions": [ "activeTab", "clipboardWrite", "storage" ], "options_ui": { "page": "options.html", "browser_style": true }, "browser_specific_settings": { "gecko": { "id": "mailto@me", "strict_min_version": "50.0" } } } |