Document File Viewer
View a DOCX, PPTX, XLSX, Spreadsheet file directly without leaving your browser. Read its content without server conversion.
Document File Viewer क्या है?
Document File Viewer Smart Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View a DOCX, PPTX, XLSX, Spreadsheet file directly without leaving your browser. Read its content without server conversion."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Document File Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This DOCX viewer lets you view a DOCX, PPTX, XLSX, Spreadsheet file directly without leaving your browser. It can help you to open a DOCX, PPTX, Spreadsheet file and read its content without server conversion. This app is a light, efficient document file viewer. It offers easy navigation and fast reading its content. You can quickly open and read a DOCX, PPTX, XLSX file in your browser without any special software. This app is easy to use, and it is a completely free to use. This viewer does not save or share the file you select. It only works locally without going through the server. You can open a DOCX, PPTX, XLSX, XLS, ODS, Spreadsheet file to view from your computer or your Google Drive.
एक्सटेंशन की मूल जानकारी
नाम | Document File Viewer |
ID | bnmnmdjmpbadnmgdmbpkdfonpecdfoha |
आधिकारिक URL | https://chromewebstore.google.com/detail/document-file-viewer/bnmnmdjmpbadnmgdmbpkdfonpecdfoha |
विवरण | View a DOCX, PPTX, XLSX, Spreadsheet file directly without leaving your browser. Read its content without server conversion. |
फ़ाइल का आकार | 27.04 KB |
स्थापना संख्या | 6,151 |
वर्तमान संस्करण | 1.0.1.3 |
अंतिम अपडेट | 2023-12-07 |
प्रकाशन तिथि | 2020-12-22 |
रेटिंग | 1.75/5 कुल 4 रेटिंग्स |
डेवलपर | Smart Software |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://imclient.herokuapp.com/docxviewer/ |
सहायता पृष्ठ URL | https://imclient.herokuapp.com/docxviewer/ |
गोपनीयता नीति पृष्ठ URL | http://iblogbox.com/chrome/tos.php |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en_US", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "permissions": [ "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "1.0.1.3" } |