Send Page

Allows you to easily send the url of a page, link, image or video per mail.

什麼是Send Page?

Send Page是由jacques.stadler開發的Chrome擴展程式,該擴展的主要功能是“Allows you to easily send the url of a page, link, image or video per mail.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Send Page擴展crx文件

下載Send Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Send Page Send Page
ID higemadklcnjhjpgcbnnbpgeeippjjcp
官方網址 https://chromewebstore.google.com/detail/send-page/higemadklcnjhjpgcbnnbpgeeippjjcp
簡介 Allows you to easily send the url of a page, link, image or video per mail.
檔案大小 26.19 KB
安裝次數 26,570
目前版本 3.0
更新時間 2023-12-09
上架時間 2016-07-12
評分 3.10/5 共 170 次評分
開發者 jacques.stadler
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/stadler/SendPage
隱私政策頁面URL https://github.com/stadler/SendPage/blob/master/TermsOfUse.md
支援的語言 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"
    ]
}