Send URL by Email
Send URL by Email from Toolbar
什么是Send URL by Email?
Send URL by Email是由https://www.parago.de开发的Chrome扩展程序,该扩展的主要功能是“Send URL by Email from Toolbar”。
扩展截图
下载Send URL by Email扩展crx文件
下载Send URL by Email扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a button to the toolbar that allows you to send the URL of the web page by e-mail using the default e-mail application (e.g. Outlook).
扩展基本信息
名称 | Send URL by Email |
ID | mekllbldjjejnkmomdclgkomcnlbddfj |
官方URL | https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj |
简介 | Send URL by Email from Toolbar |
文件大小 | 20.24 KB |
安装次数 | 2,000 |
当前版本 | 2.0.0 |
更新时间 | 2024-02-26 |
上架时间 | 2016-04-04 |
评分 | 3.14/5 共7次评分 |
开发者 | https://www.parago.de |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jbaurle/SendURLByEmail/ |
帮助页面URL | https://github.com/jbaurle/SendURLByEmail/issues |
隐私政策页面URL | https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extname__", "version": "2.0.0", "description": "__MSG_extdesc__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "permissions": [ "tabs" ], "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": { "16": "icon16.png" }, "default_title": "__MSG_extaction__" } } |