Velja
Open a link or the current website in another browser using Velja (macOS only).
Velja क्या है?
Velja Sindre Sorhus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open a link or the current website in another browser using Velja (macOS only)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Velja एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Velja |
ID | gpipdgcamiclkcomcnogmlfpalggmcmk |
आधिकारिक URL | https://chromewebstore.google.com/detail/velja/gpipdgcamiclkcomcnogmlfpalggmcmk |
विवरण | Open a link or the current website in another browser using Velja (macOS only). |
फ़ाइल का आकार | 272 KB |
स्थापना संख्या | 1,392 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2023-12-20 |
प्रकाशन तिथि | 2022-08-23 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Sindre Sorhus |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sindresorhus.com/velja |
सहायता पृष्ठ URL | https://sindresorhus.com/feedback/?product=Velja%20Chrome%20Extension |
गोपनीयता नीति पृष्ठ URL | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
समर्थित भाषाएँ | 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" ] } |