Open with Switchbar

Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.

Open with Switchbar क्या है?

Open with Switchbar https://switchbar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open with Switchbar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension integrates Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.

Switchbar is a desktop app that lets you choose where to open links. Any time you click on a web link, Switchbar will prompt you to choose which browser, browser profile or email client to open that link with. Learn more at https://switchbar.app.

With this extension installed, you can right-click on a link and select "Open with Switchbar” to send it to another browser. You can also use the Switchbar toolbar button to send the page you are looking at to another browser.                    

एक्सटेंशन की मूल जानकारी

नाम Open with Switchbar Open with Switchbar
ID klgpknafjlhnpkppfbihchgfebbdcomd
आधिकारिक URL https://chromewebstore.google.com/detail/open-with-switchbar/klgpknafjlhnpkppfbihchgfebbdcomd
विवरण Integrate Switchbar with your browser, so you can move a web page from one browser to another at the click of a button.
फ़ाइल का आकार 42.5 KB
स्थापना संख्या 656
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-01-23
प्रकाशन तिथि 2021-06-02
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://switchbar.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://switchbar.com/
सहायता पृष्ठ URL https://switchbar.com/help/
गोपनीयता नीति पृष्ठ URL https://about.webcatalog.io/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "96": "icon-96.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    }
}