Gaaiho PDF

Convert a web page to PDF

ما هو Gaaiho PDF؟

Gaaiho PDF هو إضافة Chrome تم تطويرها بواسطة ZEON Corporation، والميزة الرئيسية لها هي "Convert a web page to PDF".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Gaaiho PDF

قم بتنزيل ملفات الامتداد Gaaiho PDF بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Designed for Google Chrome, Gaaiho PDF is a plug-in from Gaaiho PDF Driver 4 which enables you to convert webpages to PDF right inside the browser. Further, you may also right-click a link and select to convert link target to PDF. This way, you can convert the webpage to PDF without having to personally open it.

Main features:
Convert current webpage to PDF
Convert current webpage and add to existing PDF
Convert current webpage and send as email attachment
Convert current webpage and send to supported DMS
Right-click a link and select to convert link target to PDF
Right-click a link and select to convert link target to existing PDF
Rich layout settings provide page size and orientation options                    

معلومات أساسية عن التمديد

الاسم Gaaiho PDF Gaaiho PDF
ID mkgcpfcgacncdlfgpejodcdnoliaihkd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gaaiho-pdf/mkgcpfcgacncdlfgpejodcdnoliaihkd
الوصف Convert a web page to PDF
حجم الملف 25.17 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0.0.3
آخر تحديث 2017-05-07
تاريخ النشر 2017-05-07
تقييم 1.58/5 مجموع تقييمات 19
المطور ZEON Corporation
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.gaaiho.com
عنوان صفحة المساعدة https://support.gaaiho.com
اللغات المدعومة en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "default_locale": "en",
    "name": "__MSG_web2pdfExtnName__",
    "description": "__MSG_web2pdfExtnDescription__",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "skin\/action_disabled_19x19.png",
        "default_title": "__MSG_web2pdfBrowserActionDisabledToolTip__"
    },
    "content_scripts": [
        {
            "js": [
                "web2pdfgetdom.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "webNavigation",
        "nativeMessaging",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "icons": {
        "16": "skin\/logo_16x16.png",
        "48": "skin\/logo_48x48.png",
        "128": "skin\/logo_128x128.png"
    },
    "version": "1.0.0.3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}