Velja

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

Qu'est-ce que Velja ?

Velja est une extension Chrome développée par Sindre Sorhus, et sa fonction principale est "Open a link or the current website in another browser using Velja (macOS only).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Velja

Téléchargez les fichiers d'extension Velja au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Velja Velja
ID gpipdgcamiclkcomcnogmlfpalggmcmk
URL Officiel https://chromewebstore.google.com/detail/velja/gpipdgcamiclkcomcnogmlfpalggmcmk
Description Open a link or the current website in another browser using Velja (macOS only).
Taille du Fichier 272 KB
Nombre d'Installations 1,392
Version Actuelle 1.2.0
Dernière Mise à Jour 2023-12-20
Date de Publication 2022-08-23
Évaluation 5.00/5 Total 5 Évaluations
Développeur Sindre Sorhus
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sindresorhus.com/velja
URL de la Page d'Aide https://sindresorhus.com/feedback/?product=Velja%20Chrome%20Extension
URL de la Page de Politique de Confidentialité https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Langues Prises en Charge 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"
    ]
}