publishthis.email Gmail Extension

Easily create a web page by sending an email

publishthis.email Gmail Extension란 무엇입니까?

publishthis.email Gmail Extension은(는) publishthis.email에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily create a web page by sending an email"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

publishthis.email Gmail Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}