SourceViewer(zvSource)

View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…

Что такое SourceViewer(zvSource)?

SourceViewer(zvSource) - это расширение Chrome, разработанное https://www.zenoven.com, и его основная функция - "View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…".

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

screenshot

Скачать файл CRX расширения SourceViewer(zvSource)

Скачайте файлы расширений SourceViewer(zvSource) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        With zvSource SourceViewer you can view the original webpage source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current line and more features

Features:
1.View the original source code in the current tab,real source code
2.Syntax highlight,linenumber
3.highlight current line                    

Основная информация о расширении

Название SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
Официальный URL https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Описание View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Размер файла 738 KB
Количество установок 2,489
Текущая Версия 1.1
Последнее Обновление 2021-07-09
Дата публикации 2019-03-08
Рейтинг 4.25/5 Всего 4 оценок
Разработчик https://www.zenoven.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://github.com/zenoven/privacy-policy/blob/main/README.md
Поддерживаемые языки en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "version": "1.1",
    "description": "__MSG_extDescription__",
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": "images\/16.png"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/loading.gif",
        "images\/error.png"
    ]
}