View link source

Adds 'View link source' to the context menu.

View link sourceとは何ですか?

View link sourceはOrcaSoftによって開発されたChromeの拡張機能で、その主な機能は「Adds 'View link source' to the context menu.」です。

拡張機能のスクリーンショット

screenshot

View link source拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}