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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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