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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Open with Switchbar

Λήψη αρχείων επέκτασης Open with Switchbar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}