Velja
Open a link or the current website in another browser using Velja (macOS only).
Was ist Velja?
Velja ist eine Chrome-Erweiterung, die von Sindre Sorhus entwickelt wurde, und ihr Hauptmerkmal ist "Open a link or the current website in another browser using Velja (macOS only).".
Erweiterungsscreenshots
Velja-Erweiterungs-CRX-Datei herunterladen
Laden Sie Velja-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Velja |
ID | gpipdgcamiclkcomcnogmlfpalggmcmk |
Offizielle URL | https://chromewebstore.google.com/detail/velja/gpipdgcamiclkcomcnogmlfpalggmcmk |
Beschreibung | Open a link or the current website in another browser using Velja (macOS only). |
Dateigröße | 272 KB |
Installationsanzahl | 1,392 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2023-12-20 |
Veröffentlichungsdatum | 2022-08-23 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Sindre Sorhus |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://sindresorhus.com/velja |
Hilfeseite URL | https://sindresorhus.com/feedback/?product=Velja%20Chrome%20Extension |
URL der Datenschutzrichtlinien-Seite | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Unterstützte Sprachen | 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" ] } |