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"
    ]
}