publishthis.email Gmail Extension

Easily create a web page by sending an email

Cos'è publishthis.email Gmail Extension?

publishthis.email Gmail Extension è un'estensione di Chrome sviluppata da publishthis.email, e la sua funzione principale è "Easily create a web page by sending an email".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione publishthis.email Gmail Extension

Scarica i file di estensione publishthis.email Gmail Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome publishthis.email Gmail Extension publishthis.email Gmail Extension
ID dmmnfelkimheeggahfhhomebopjnbokj
URL Ufficiale https://chromewebstore.google.com/detail/publishthisemail-gmail-ex/dmmnfelkimheeggahfhhomebopjnbokj
Descrizione Easily create a web page by sending an email
Dimensione del File 51.41 KB
Conteggio Installazioni 77
Versione Corrente 0.1
Ultimo Aggiornamento 2017-04-09
Data di Pubblicazione 2017-04-09
Sviluppatore publishthis.email
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.publishthis.email
Lingue Supportate 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"
    ]
}