Gaaiho PDF
Convert a web page to PDF
Gaaiho PDF क्या है?
Gaaiho PDF ZEON Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert a web page to PDF"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gaaiho PDF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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 |
सहायता पृष्ठ URL | 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 } |