Send URL
Implements a button to send page URL (link) via email.
什么是Send URL?
Send URL是由keejelo开发的Chrome扩展程序,该扩展的主要功能是“Implements a button to send page URL (link) via email.”。
扩展截图
下载Send URL扩展crx文件
下载Send URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a button (next to the addressbar) which allows you to send a webpage URL (link) via email. Example: if you use Gmail, then it opens a new send-mail window and adds the webpage title to the email title field, and puts the webpage url in the body of the email. All you have to do is choose a mail recipient and click send. An easy way to share webpages with your contacts and friends. Enjoy! Technical information: This extension is using the "mailto:" protocol, so all email related issues like which mailclient that opens up and how the mail is formatted is related to your system and what your system does with the "mailto:" protocol. So if things don't work as expected or you want to change things, then check your systems "mailto:" protocol settings. Changelog: 0.9.5.2 - updated to support Manifest version 3. 0.9.5 - fixed a bug that sometimes just opened a blank page. Should be fixed now.
扩展基本信息
名称 | Send URL |
ID | fmanefafgomooabofffoidipbfdbjilh |
官方URL | https://chromewebstore.google.com/detail/send-url/fmanefafgomooabofffoidipbfdbjilh |
简介 | Implements a button to send page URL (link) via email. |
文件大小 | 10.73 KB |
安装次数 | 8,716 |
当前版本 | 0.9.5.2 |
更新时间 | 2023-12-11 |
上架时间 | 2019-07-24 |
评分 | 3.67/5 共21次评分 |
开发者 | keejelo |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Send URL", "short_name": "Send URL", "description": "Implements a button to send page URL (link) via email.", "version": "0.9.5.2", "permissions": [ "tabs", "activeTab" ], "action": { "default_icon": "icon16.png", "default_popup": "a.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |