Site Viewer

Crawl/View a website for Pages, Links, Files and Media.

Site Viewer क्या है?

Site Viewer Randy Bimm [Bimmr] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crawl/View a website for Pages, Links, Files and Media."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Crawl and/or view a website's pages, links, assets, files, and media all in one location. 

Some additional features:
- Download images and pages with the option of combining the page and all on page scripts, styles, and images into a single html file
- View instances of links, and test to make sure they go to valid pages
- Inspect a single page or the whole website to see what links, assets, and media can be found                    

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

नाम Site Viewer Site Viewer
ID mdfpgagpgpfpniapmdlomamlkameioom
आधिकारिक URL https://chromewebstore.google.com/detail/site-viewer/mdfpgagpgpfpniapmdlomamlkameioom
विवरण Crawl/View a website for Pages, Links, Files and Media.
फ़ाइल का आकार 34.37 KB
स्थापना संख्या 258
वर्तमान संस्करण 0.4.1
अंतिम अपडेट 2022-12-20
प्रकाशन तिथि 2021-11-30
डेवलपर Randy Bimm [Bimmr]
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Viewer",
    "short_name": "Site Viewer",
    "version": "0.4.1",
    "description": "Crawl\/View a website for Pages, Links, Files and Media.",
    "manifest_version": 3,
    "options_ui": {
        "page": "setup\/options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "setup\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "downloads"
    ],
    "action": {
        "default_popup": "setup\/popup.html",
        "default_icon": {
            "64": "icons\/icon-64.png",
            "32": "icons\/icon-32.png",
            "16": "icons\/icon-16.png"
        }
    },
    "icons": {
        "64": "icons\/icon-64.png",
        "32": "icons\/icon-32.png",
        "16": "icons\/icon-16.png"
    }
}