Email This Page
A utility extension to email web pages
Co to jest Email This Page?
Email This Page to rozszerzenie Chrome opracowane przez Mitchell Mark-George, a jego główną funkcją jest „A utility extension to email web pages”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Email This Page
Pobierz pliki rozszerzeń Email This Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Email This Page |
ID | pkobefacffdbbhnlaemehfjanmcgedpc |
Oficjalny URL | https://chromewebstore.google.com/detail/email-this-page/pkobefacffdbbhnlaemehfjanmcgedpc |
Opis | A utility extension to email web pages |
Rozmiar pliku | 8.81 KB |
Liczba instalacji | 1,218 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2022-07-03 |
Data Publikacji | 2020-11-17 |
Ocena | 2.75/5 Łącznie 4 Oceny |
Deweloper | Mitchell Mark-George |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/MitchellMarkGeorge/EmailThisPage |
Obsługiwane Języki | 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" } } |