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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}