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
公式URL 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
Eメール [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__"
    }
}