Email This Page

A utility extension to email web pages

Email This Page là gì?

Email This Page là một tiện ích mở rộng Chrome được phát triển bởi Mitchell Mark-George, và tính năng chính của nó là "A utility extension to email web pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Email This Page

Tải xuống các tệp mở rộng Email This Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Email This Page Email This Page
ID pkobefacffdbbhnlaemehfjanmcgedpc
URL Chính Thức https://chromewebstore.google.com/detail/email-this-page/pkobefacffdbbhnlaemehfjanmcgedpc
Mô tả A utility extension to email web pages
Kích Thước Tệp 8.81 KB
Số Lần Cài Đặt 1,218
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2022-07-03
Ngày Phát Hành 2020-11-17
Đánh Giá 2.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Mitchell Mark-George
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MitchellMarkGeorge/EmailThisPage
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}