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 |
Eメール | [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" } } |