View link source

Adds 'View link source' to the context menu.

Hvad er View link source?

View link source er en Chrome-udvidelse udviklet af OrcaSoft, og dens hovedfunktion er "Adds 'View link source' to the context menu.".

Udvidelsesskærmbilleder

screenshot

Download View link source-udvidelses-CRX-fil

Download View link source-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Adds 'View link source' to the context menu.                    

Grundlæggende oplysninger om udvidelsen

Navn View link source View link source
ID kmpjbdkdnehfenbgchigbbmnahcfeidc
Officiel URL https://chromewebstore.google.com/detail/view-link-source/kmpjbdkdnehfenbgchigbbmnahcfeidc
Beskrivelse Adds 'View link source' to the context menu.
Filstørrelse 24.95 KB
Antal Installationer 207
Nuværende Version 1.0.3
Senest Opdateret 2024-01-02
Udgivelsesdato 2019-01-12
Bedømmelse 4.11/5 Samlet 9 Bedømmelser
Udvikler OrcaSoft
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://orca-soft.net/chrome/pd/html/privacy_policy.html
Understøttede Sprog 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"
    }
}