mailto:me
Mail websites to yourself for archiving or reading them later
mailto:me क्या है?
mailto:me h3nn3s द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mail websites to yourself for archiving or reading them later"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में mailto:me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } |