View link source

Adds 'View link source' to the context menu.

What is View link source?

View link source is a Chrome extension developed by OrcaSoft, and its main feature is "Adds 'View link source' to the context menu.".

Extension Screenshots

screenshot

Download View link source Extension CRX File

Download View link source extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds 'View link source' to the context menu.                    

Extension Basic Information

Name View link source View link source
ID kmpjbdkdnehfenbgchigbbmnahcfeidc
Official URL https://chromewebstore.google.com/detail/view-link-source/kmpjbdkdnehfenbgchigbbmnahcfeidc
Description Adds 'View link source' to the context menu.
File Size 24.95 KB
Installation Count 207
Current Version 1.0.3
Last Updated 2024-01-02
Publish Date 2019-01-12
Rating 4.11/5 Total 9 Ratings
Developer OrcaSoft
Email [email protected]
Payment Type free
Privacy Policy Page URL https://orca-soft.net/chrome/pd/html/privacy_policy.html
Supported Languages 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"
    }
}