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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}