Webpage to DOCX
Convert any web page to DOCX.
Webpage to DOCX क्या है?
Webpage to DOCX https://grabz.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert any web page to DOCX."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Webpage to DOCX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quickly convert any webpage to a DOCX document, that can be opened in Microsoft Word and other applications. This application reads the content of the current web page and sends it to GrabzIt's API for conversion before automatically downloading it to your computer. Once you have installed your application just follow the instructions in the extension to get your own free application key, enter it into the extension and get converting!
एक्सटेंशन की मूल जानकारी
नाम | Webpage to DOCX |
ID | lgnilmnjhjckgcgbljmemfmblpjmjfjn |
आधिकारिक URL | https://chromewebstore.google.com/detail/webpage-to-docx/lgnilmnjhjckgcgbljmemfmblpjmjfjn |
विवरण | Convert any web page to DOCX. |
फ़ाइल का आकार | 244 KB |
स्थापना संख्या | 1,506 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2024-02-26 |
प्रकाशन तिथि | 2023-06-23 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://grabz.it |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://grabz.it |
सहायता पृष्ठ URL | https://grabz.it/contact/ |
गोपनीयता नीति पृष्ठ URL | https://grabz.it/legal/privacy-policy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webpage to DOCX", "description": "Convert any web page to DOCX.", "version": "1.1.1", "options_page": "options.html", "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "host_permissions": [ "*:\/\/grabz.it\/*" ], "permissions": [ "activeTab", "storage", "scripting", "downloads" ], "icons": { "48": "icon48.png", "64": "icon64.png", "96": "icon.png", "128": "icon128.png" } } |