Docs Online Viewer

Open and view any online file in your browser. Supports almost all major file and document formats. Fast, easy to use and free.

Docs Online Viewer क्या है?

Docs Online Viewer https://dov.parishod.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open and view any online file in your browser. Supports almost all major file and document formats. Fast, easy to use and free."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Docs Online Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Docs Online Viewer introduces a convenient way to view documents on the web. 
It uses third party online services like Google docs API (or other services when available) to open links with extension PDF, DOC, DOCX, XLS, PPT, RTF, ODT, ODS, ODP, CSV and many more file formats online in the browser itself without need for any third party software installed on your computer.

This extension reduces the need for additional software required to open documents such as Acrobat reader plugin, Microsoft Office and so on. This is less resource intensive compared to using external software/plugins which are a bloat on your system and may cause browser / system crashes. It also reduces the risk of downloading malicious documents.

Docs Online Viewer is lightweight and tightly packed so that it does not slow down your browser.

Supported File Formats:
DOC, DOCX, XLS, XLSX, PPT, PPTX, PDF, PAGES, AI, PSD, TIFF, DXF, SVG, EPS, PS, TTF, XPS, RTF, ODT, SXW, SSV, SXC, ODS, SXI, ODP, WPD

If there are any bugs or if there are any missing features, please report in the "SUPPORT" section. I will try fixing them.

For more information, visit: http://dov.parishod.com/
Privacy Policy: https://dov.parishod.com/privacy/                    

एक्सटेंशन की मूल जानकारी

नाम Docs Online Viewer Docs Online Viewer
ID gmpljdlgcdkljlppaekciacdmdlhfeon
आधिकारिक URL https://chromewebstore.google.com/detail/docs-online-viewer/gmpljdlgcdkljlppaekciacdmdlhfeon
विवरण Open and view any online file in your browser. Supports almost all major file and document formats. Fast, easy to use and free.
फ़ाइल का आकार 197 KB
स्थापना संख्या 139,721
वर्तमान संस्करण 8.1.3
अंतिम अपडेट 2021-04-07
प्रकाशन तिथि 2018-11-19
रेटिंग 4.29/5 कुल 655 रेटिंग्स
डेवलपर https://dov.parishod.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://dov.parishod.com/
सहायता पृष्ठ URL http://dov.parishod.com/#getting-started
समर्थित भाषाएँ en,te
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "8.1.3",
    "applications": {
        "gecko": {
            "id": "{bfb54675-2fd9-4e22-949d-c36333aff6b5}"
        }
    },
    "minimum_chrome_version": "45.0",
    "minimum_opera_version": "32.0",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/brand\/dov-brand-16.png",
        "32": "images\/brand\/dov-brand-32.png",
        "64": "images\/brand\/dov-brand-64.png",
        "128": "images\/brand\/dov-brand-128.png",
        "256": "images\/brand\/dov-brand-256.png",
        "512": "images\/brand\/dov-brand-512.png"
    },
    "author": "Deekshith Allamaneni",
    "homepage_url": "http:\/\/dov.parishod.com\/",
    "browser_action": {
        "default_icon": "images\/brand\/dov-brand-128.png",
        "default_popup": "html\/popup.html",
        "default_title": "Docs Online Viewer"
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": false
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*\/*.pdf",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/www.messenger.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/docs.google.com\/*",
                "*:\/\/www.mediafire.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/core\/config.js",
                "js\/content\/insert-link-icons.js",
                "js\/libs\/dov-utils.js"
            ]
        },
        {
            "matches": [
                "*:\/\/dov.parishod.com\/*"
            ],
            "js": [
                "js\/content\/announce-dov-info.js"
            ]
        },
        {
            "matches": [
                "*:\/\/view.officeapps.live.com\/op\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content\/ms-office-online-content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/libs\/dov-utils.js",
            "js\/core\/config.js",
            "js\/core\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/beside-link-icon.svg",
        "data\/user-preferences-default.json"
    ],
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ]
}