Site Viewer

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

Что такое Site Viewer?

Site Viewer - это расширение Chrome, разработанное Randy Bimm [Bimmr], и его основная функция - "Crawl/View a website for Pages, Links, Files and Media.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Site Viewer

Скачайте файлы расширений 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
Официальный 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"
    }
}