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) là gì?

SourceViewer(zvSource) là một tiện ích mở rộng Chrome được phát triển bởi https://www.zenoven.com, và tính năng chính của nó là "View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SourceViewer(zvSource)

Tải xuống các tệp mở rộng SourceViewer(zvSource) 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

                        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                    

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

Tên SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
URL Chính Thức https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Mô tả View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Kích Thước Tệp 738 KB
Số Lần Cài Đặt 2,489
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-07-09
Ngày Phát Hành 2019-03-08
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.zenoven.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/zenoven/privacy-policy/blob/main/README.md
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}