publishthis.email Gmail Extension

Easily create a web page by sending an email

publishthis.email Gmail Extension là gì?

publishthis.email Gmail Extension là một tiện ích mở rộng Chrome được phát triển bởi publishthis.email, và tính năng chính của nó là "Easily create a web page by sending an email".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng publishthis.email Gmail Extension

Tải xuống các tệp mở rộng publishthis.email Gmail Extension 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

                        publishthis.email is the fastest way to publish online. Simply write an email with the content you want to publish, send it to [email protected], and a web page is created from your content.

This extension for Gmail users makes the process even easier, by providing an interface for setting the correct To: address, adding to your collections.                    

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

Tên publishthis.email Gmail Extension publishthis.email Gmail Extension
ID dmmnfelkimheeggahfhhomebopjnbokj
URL Chính Thức https://chromewebstore.google.com/detail/publishthisemail-gmail-ex/dmmnfelkimheeggahfhhomebopjnbokj
Mô tả Easily create a web page by sending an email
Kích Thước Tệp 51.41 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-04-09
Ngày Phát Hành 2017-04-09
Nhà Phát Triển publishthis.email
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.publishthis.email
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "publishthis.email Gmail Extension",
    "description": "Easily create a web page by sending an email",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "zepto.min.js",
                "pte-gmail.js"
            ],
            "css": [
                "pte-gmail.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png"
    ]
}