Velja

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

Co to jest Velja?

Velja to rozszerzenie Chrome opracowane przez Sindre Sorhus, a jego główną funkcją jest „Open a link or the current website in another browser using Velja (macOS only).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Velja

Pobierz pliki rozszerzeń Velja w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Velja Velja
ID gpipdgcamiclkcomcnogmlfpalggmcmk
Oficjalny URL https://chromewebstore.google.com/detail/velja/gpipdgcamiclkcomcnogmlfpalggmcmk
Opis Open a link or the current website in another browser using Velja (macOS only).
Rozmiar pliku 272 KB
Liczba instalacji 1,392
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2023-12-20
Data Publikacji 2022-08-23
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Sindre Sorhus
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sindresorhus.com/velja
Adres URL Strony Pomocy https://sindresorhus.com/feedback/?product=Velja%20Chrome%20Extension
Adres URL Strony Polityki Prywatności https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Obsługiwane Języki 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"
    ]
}