publishthis.email Gmail Extension

Easily create a web page by sending an email

Was ist publishthis.email Gmail Extension?

publishthis.email Gmail Extension ist eine Chrome-Erweiterung, die von publishthis.email entwickelt wurde, und ihr Hauptmerkmal ist "Easily create a web page by sending an email".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

publishthis.email Gmail Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie publishthis.email Gmail Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name publishthis.email Gmail Extension publishthis.email Gmail Extension
ID dmmnfelkimheeggahfhhomebopjnbokj
Offizielle URL https://chromewebstore.google.com/detail/publishthisemail-gmail-ex/dmmnfelkimheeggahfhhomebopjnbokj
Beschreibung Easily create a web page by sending an email
Dateigröße 51.41 KB
Installationsanzahl 77
Aktuelle Version 0.1
Letztes Update 2017-04-09
Veröffentlichungsdatum 2017-04-09
Entwickler publishthis.email
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.publishthis.email
Unterstützte Sprachen 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"
    ]
}