Send URL by Email

Send URL by Email from Toolbar

什麼是Send URL by Email?

Send URL by Email是由https://www.parago.de開發的Chrome擴展程式,該擴展的主要功能是“Send URL by Email from Toolbar”。

擴展截圖

screenshot
screenshot

下載Send URL by Email擴展crx文件

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

擴展使用說明

                        This extension adds a button to the toolbar that allows you to send the URL of the web page by e-mail using the default e-mail application (e.g. Outlook).                    

擴展基本資訊

名稱 Send URL by Email Send URL by Email
ID mekllbldjjejnkmomdclgkomcnlbddfj
官方網址 https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj
簡介 Send URL by Email from Toolbar
檔案大小 20.24 KB
安裝次數 2,000
目前版本 2.0.0
更新時間 2024-02-26
上架時間 2016-04-04
評分 3.14/5 共 7 次評分
開發者 https://www.parago.de
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/jbaurle/SendURLByEmail/
說明頁面URL https://github.com/jbaurle/SendURLByEmail/issues
隱私政策頁面URL https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md
支援的語言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extname__",
    "version": "2.0.0",
    "description": "__MSG_extdesc__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_title": "__MSG_extaction__"
    }
}