Site Viewer

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

什麼是Site Viewer?

Site Viewer是由Randy Bimm [Bimmr]開發的Chrome擴展程式,該擴展的主要功能是“Crawl/View a website for Pages, Links, Files and Media.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Site Viewer擴展crx文件

下載Site Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}