Velja

Open a link or the current website in another browser using Velja (macOS only).

Veljaとは何ですか?

VeljaはSindre Sorhusによって開発されたChromeの拡張機能で、その主な機能は「Open a link or the current website in another browser using Velja (macOS only).」です。

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

screenshot

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

Velja拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Velja is a browser picker app for macOS. You need to have it installed for this extension to work.

Click the toolbar icon to open the current page with Velja or right-click a link to open the link with Velja.                    

拡張機能の基本情報

名前 Velja Velja
ID gpipdgcamiclkcomcnogmlfpalggmcmk
公式URL https://chromewebstore.google.com/detail/velja/gpipdgcamiclkcomcnogmlfpalggmcmk
説明 Open a link or the current website in another browser using Velja (macOS only).
ファイルサイズ 272 KB
インストール数 1,392
現在のバージョン 1.2.0
最終更新日 2023-12-20
公開日 2022-08-23
評価 5.00/5 合計 5 レビュー
開発者 Sindre Sorhus
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sindresorhus.com/velja
ヘルプページのURL https://sindresorhus.com/feedback/?product=Velja%20Chrome%20Extension
プライバシーポリシーページのURL https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Velja",
    "version": "1.2.0",
    "description": "Open a link or the current website in another browser using Velja (macOS only).",
    "homepage_url": "https:\/\/sindresorhus.com\/velja",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Open in Velja",
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png",
            "48": "images\/toolbar-icon-48.png",
            "72": "images\/toolbar-icon-72.png"
        }
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}