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