Word to Clean Html
Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares
Word to Clean Html क्या है?
Word to Clean Html http://online.standaloneinstaller.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Word to Clean Html एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When we export our documents from MS Word application to html format, resulting html contains too much html styling that is hard to edit to export them on websites as it is. So here is an online tool that will convert your word documents to clean html. Its an online utility, so extension icon click works as a shortcut for this converter.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eekopbkjofdlgikghfgjiogloblalecj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/word-to-clean-html/eekopbkjofdlgikghfgjiogloblalecj |
विवरण | Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares |
फ़ाइल का आकार | 47.87 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2020-05-29 |
प्रकाशन तिथि | 2020-05-29 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | http://online.standaloneinstaller.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://online.standaloneinstaller.com/word-to-clean-html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word to Clean Html", "default_locale": "en", "description": "Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares", "background": { "scripts": [ "background.js" ] }, "version": "2.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |