Site Viewer

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

Was ist Site Viewer?

Site Viewer ist eine Chrome-Erweiterung, die von Randy Bimm [Bimmr] entwickelt wurde, und ihr Hauptmerkmal ist "Crawl/View a website for Pages, Links, Files and Media.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Site Viewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Site Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Site Viewer Site Viewer
ID mdfpgagpgpfpniapmdlomamlkameioom
Offizielle URL https://chromewebstore.google.com/detail/site-viewer/mdfpgagpgpfpniapmdlomamlkameioom
Beschreibung Crawl/View a website for Pages, Links, Files and Media.
Dateigröße 34.37 KB
Installationsanzahl 258
Aktuelle Version 0.4.1
Letztes Update 2022-12-20
Veröffentlichungsdatum 2021-11-30
Entwickler Randy Bimm [Bimmr]
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}