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
官方網址 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
電子郵箱 [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"
    ]
}