View link source

Adds 'View link source' to the context menu.

Wat is View link source?

View link source is een Chrome-extensie ontwikkeld door OrcaSoft, en de belangrijkste functie is "Adds 'View link source' to the context menu.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie View link source

Download View link source-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds 'View link source' to the context menu.                    

Basisinformatie over de Extensie

Naam View link source View link source
ID kmpjbdkdnehfenbgchigbbmnahcfeidc
Officiële URL https://chromewebstore.google.com/detail/view-link-source/kmpjbdkdnehfenbgchigbbmnahcfeidc
Beschrijving Adds 'View link source' to the context menu.
Bestandsgrootte 24.95 KB
Aantal Installaties 207
Huidige Versie 1.0.3
Laatst Bijgewerkt 2024-01-02
Publicatiedatum 2019-01-12
Beoordeling 4.11/5 Totaal 9 Beoordelingen
Ontwikkelaar OrcaSoft
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://orca-soft.net/chrome/pd/html/privacy_policy.html
Ondersteunde Talen 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"
    }
}