publishthis.email Gmail Extension

Easily create a web page by sending an email

Hvad er publishthis.email Gmail Extension?

publishthis.email Gmail Extension er en Chrome-udvidelse udviklet af publishthis.email, og dens hovedfunktion er "Easily create a web page by sending an email".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download publishthis.email Gmail Extension-udvidelses-CRX-fil

Download publishthis.email Gmail Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn publishthis.email Gmail Extension publishthis.email Gmail Extension
ID dmmnfelkimheeggahfhhomebopjnbokj
Officiel URL https://chromewebstore.google.com/detail/publishthisemail-gmail-ex/dmmnfelkimheeggahfhhomebopjnbokj
Beskrivelse Easily create a web page by sending an email
Filstørrelse 51.41 KB
Antal Installationer 77
Nuværende Version 0.1
Senest Opdateret 2017-04-09
Udgivelsesdato 2017-04-09
Udvikler publishthis.email
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.publishthis.email
Understøttede Sprog 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"
    ]
}