Email This Page
A utility extension to email web pages
什么是Email This Page?
Email This Page是由Mitchell Mark-George开发的Chrome扩展程序,该扩展的主要功能是“A utility extension to email web pages”。
扩展截图
下载Email This Page扩展crx文件
下载Email This Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple extension to create an email to send web pages. You can either click the context menu or you can click the browser action (the popup button) near the top of the browser. Feel free to provide feedback!
扩展基本信息
名称 | Email This Page |
ID | pkobefacffdbbhnlaemehfjanmcgedpc |
官方URL | https://chromewebstore.google.com/detail/email-this-page/pkobefacffdbbhnlaemehfjanmcgedpc |
简介 | A utility extension to email web pages |
文件大小 | 8.81 KB |
安装次数 | 1,218 |
当前版本 | 2.1 |
更新时间 | 2022-07-03 |
上架时间 | 2020-11-17 |
评分 | 2.75/5 共4次评分 |
开发者 | Mitchell Mark-George |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/MitchellMarkGeorge/EmailThisPage |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Email This Page", "version": "2.1", "description": "A utility extension to email web pages", "minimum_chrome_version": "88", "permissions": [ "contextMenus", "activeTab" ], "icons": { "16": "logo.png", "128": "logo128.png" }, "action": { "default_icon": { "16": "logo.png" } }, "background": { "service_worker": "background.js" } } |