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 |
官方網址 | 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" } } |