Velja

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

Cos'è Velja?

Velja è un'estensione di Chrome sviluppata da Sindre Sorhus, e la sua funzione principale è "Open a link or the current website in another browser using Velja (macOS only).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Velja

Scarica i file di estensione Velja in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Velja Velja
ID gpipdgcamiclkcomcnogmlfpalggmcmk
URL Ufficiale https://chromewebstore.google.com/detail/velja/gpipdgcamiclkcomcnogmlfpalggmcmk
Descrizione Open a link or the current website in another browser using Velja (macOS only).
Dimensione del File 272 KB
Conteggio Installazioni 1,392
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-12-20
Data di Pubblicazione 2022-08-23
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Sindre Sorhus
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sindresorhus.com/velja
URL della Pagina di Aiuto https://sindresorhus.com/feedback/?product=Velja%20Chrome%20Extension
URL della Pagina della Politica sulla Privacy https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Lingue Supportate 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"
    ]
}