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