html2docx
Download the current page as a Word document.
html2docx क्या है?
html2docx Patrick X. Gray द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download the current page as a Word document."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में html2docx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a browser action button which downloads the currently displayed website to a Word document when clicked. Works with most websites. New in version 0.4.4: If you have a selection, html2docx will only download the selected text (respecting HTML style). If you have no selection, html2docx will download the whole page. New in version 0.3: CSS rules are now captured
एक्सटेंशन की मूल जानकारी
नाम | html2docx |
ID | dbhoblefpnccdoaafjfoccgpdlfgkfai |
आधिकारिक URL | https://chromewebstore.google.com/detail/html2docx/dbhoblefpnccdoaafjfoccgpdlfgkfai |
विवरण | Download the current page as a Word document. |
फ़ाइल का आकार | 164 KB |
स्थापना संख्या | 627 |
वर्तमान संस्करण | 0.4.4 |
अंतिम अपडेट | 2019-03-08 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | Patrick X. Gray |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "html2docx", "short_name": "html2docx", "version": "0.4.4", "manifest_version": 2, "description": "Download the current page as a Word document.", "homepage_url": "https:\/\/www.linkedin.com\/in\/patrick-gray-28b2163a", "icons": { "16": "images\/html2docx-16.png", "48": "images\/html2docx-48.png", "128": "images\/html2docx-128.png" }, "background": { "scripts": [ "scripts\/background.js", "lib\/he.js", "lib\/FileSaver.min.js", "lib\/linq.js", "lib\/ltxml.js", "lib\/ltxml-extensions.js", "lib\/jszip.js", "lib\/jszip-deflate.js", "lib\/jszip-inflate.js", "lib\/jszip-load.js", "lib\/openxml.js" ], "persistent": true }, "browser_action": { "default_title": "html2docx" }, "permissions": [ "activeTab" ] } |