publishthis.email Gmail Extension

Easily create a web page by sending an email

publishthis.email Gmail Extensionคืออะไร?

publishthis.email Gmail Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย publishthis.email และคุณลักษณะหลักของมันคือ "Easily create a web page by sending an email"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย publishthis.email Gmail Extension

ดาวน์โหลดไฟล์ส่วนขยาย publishthis.email Gmail Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ publishthis.email Gmail Extension publishthis.email Gmail Extension
ID dmmnfelkimheeggahfhhomebopjnbokj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/publishthisemail-gmail-ex/dmmnfelkimheeggahfhhomebopjnbokj
คำอธิบาย Easily create a web page by sending an email
ขนาดไฟล์ 51.41 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-04-09
วันที่เผยแพร่ 2017-04-09
ผู้พัฒนา publishthis.email
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.publishthis.email
ภาษาที่รองรับ 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"
    ]
}