View link source

Adds 'View link source' to the context menu.

ما هو View link source؟

View link source هو إضافة Chrome تم تطويرها بواسطة OrcaSoft، والميزة الرئيسية لها هي "Adds 'View link source' to the context menu.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة View link source

قم بتنزيل ملفات الامتداد View link source بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Adds 'View link source' to the context menu.                    

معلومات أساسية عن التمديد

الاسم View link source View link source
ID kmpjbdkdnehfenbgchigbbmnahcfeidc
عنوان URL الرسمي https://chromewebstore.google.com/detail/view-link-source/kmpjbdkdnehfenbgchigbbmnahcfeidc
الوصف Adds 'View link source' to the context menu.
حجم الملف 24.95 KB
عدد التثبيتات 207
النسخة الحالية 1.0.3
آخر تحديث 2024-01-02
تاريخ النشر 2019-01-12
تقييم 4.11/5 مجموع تقييمات 9
المطور OrcaSoft
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://orca-soft.net/chrome/pd/html/privacy_policy.html
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "View link source",
    "version": "1.0.3",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "context.js"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}