Site Viewer

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

Site Viewer là gì?

Site Viewer là một tiện ích mở rộng Chrome được phát triển bởi Randy Bimm [Bimmr], và tính năng chính của nó là "Crawl/View a website for Pages, Links, Files and Media.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Site Viewer

Tải xuống các tệp mở rộng Site Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Site Viewer Site Viewer
ID mdfpgagpgpfpniapmdlomamlkameioom
URL Chính Thức https://chromewebstore.google.com/detail/site-viewer/mdfpgagpgpfpniapmdlomamlkameioom
Mô tả Crawl/View a website for Pages, Links, Files and Media.
Kích Thước Tệp 34.37 KB
Số Lần Cài Đặt 258
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2022-12-20
Ngày Phát Hành 2021-11-30
Nhà Phát Triển Randy Bimm [Bimmr]
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}