Velja

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

Velja là gì?

Velja là một tiện ích mở rộng Chrome được phát triển bởi Sindre Sorhus, và tính năng chính của nó là "Open a link or the current website in another browser using Velja (macOS only).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Velja

Tải xuống các tệp mở rộng Velja dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Velja Velja
ID gpipdgcamiclkcomcnogmlfpalggmcmk
URL Chính Thức https://chromewebstore.google.com/detail/velja/gpipdgcamiclkcomcnogmlfpalggmcmk
Mô tả Open a link or the current website in another browser using Velja (macOS only).
Kích Thước Tệp 272 KB
Số Lần Cài Đặt 1,392
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-12-20
Ngày Phát Hành 2022-08-23
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Sindre Sorhus
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sindresorhus.com/velja
URL Trang Trợ Giúp https://sindresorhus.com/feedback/?product=Velja%20Chrome%20Extension
URL Trang Chính Sách Bảo Mật https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}