Send Page
Allows you to easily send the url of a page, link, image or video per mail.
Cos'è Send Page?
Send Page è un'estensione di Chrome sviluppata da jacques.stadler, e la sua funzione principale è "Allows you to easily send the url of a page, link, image or video per mail.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Send Page
Scarica i file di estensione Send Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension adds a new context menu entry called "Send this page.." when right clicking a image, video, link or page. By clicking on "Send this page.." your default (local or web) mail client will create a new mail with the page title as subject and the link as message body.
It provides a fast way to quickly send a link to the current website per e-mail to somebody.
It works with local Mail clients and WebMail accounts like GMail, Hotmail, etc.
Note that if you use a local mail client a default Mail client must be registered on the computer.
For sources, latest changes and troubleshoot infos go to:
https://github.com/stadler/SendPage Informazioni di Base sull'Estensione
| Nome | |
| ID | higemadklcnjhjpgcbnnbpgeeippjjcp |
| URL Ufficiale | https://chromewebstore.google.com/detail/send-page/higemadklcnjhjpgcbnnbpgeeippjjcp |
| Descrizione | Allows you to easily send the url of a page, link, image or video per mail. |
| Dimensione del File | 26.19 KB |
| Conteggio Installazioni | 26,570 |
| Versione Corrente | 3.0 |
| Ultimo Aggiornamento | 2023-12-09 |
| Data di Pubblicazione | 2016-07-12 |
| Valutazione | 3.10/5 Totale 170 Valutazioni |
| Sviluppatore | jacques.stadler |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/stadler/SendPage |
| URL della Pagina della Politica sulla Privacy | https://github.com/stadler/SendPage/blob/master/TermsOfUse.md |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Send Page",
"description": "Allows you to easily send the url of a page, link, image or video per mail.",
"version": "3.0",
"manifest_version": 3,
"author": "Jacques Stadler",
"homepage_url": "https:\/\/github.com\/stadler\/SendPage",
"icons": {
"16": "images\/send-page-16.png",
"48": "images\/send-page-48.png",
"128": "images\/send-page-128.png"
},
"options_ui": {
"page": "options.html"
},
"background": {
"service_worker": "sendpage.js"
},
"permissions": [
"contextMenus",
"storage"
]
} | |