Open in external app

Open a link or the current webpage in an external app.

Open in external appคืออะไร?

Open in external app เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oliver Braunschweig - pixelweben.de และคุณลักษณะหลักของมันคือ "Open a link or the current webpage in an external app."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in external app

ดาวน์โหลดไฟล์ส่วนขยาย Open in external app ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Version 0.3 now installs required VisualC++ runtime files which would cause the extension to fail if they were missing on the pc.
************************************
Version 0.2 corrects a problem with external applications that have a whitespace in their path. You need to update the helper application from within the preferences page as well!
************************************
This extension allows you to open a link or the current webpage in an external application, for example a download manager or another browser (like Firefox, Internet Explorer, Vivaldi, Opera, Otter Browser or any other).

External applications can be easily added from within the configuration page. A context menu with the available applications is available for every website, link, selected text or image.

NOTE: This program requires a small helper application in order to function. This can be "downloaded" from within the configuration page and must be installed before this extension will work. The helper application is currently only available for Microsoft Windows, but will be ported to Linux soon.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open in external app Open in external app
ID okdopehcdgnellkaldfnaemhbpciplem
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/open-in-external-app/okdopehcdgnellkaldfnaemhbpciplem
คำอธิบาย Open a link or the current webpage in an external app.
ขนาดไฟล์ 5.15 MB
จำนวนการติดตั้ง 550
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2016-09-21
วันที่เผยแพร่ 2016-09-21
คะแนน 2.36/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Oliver Braunschweig - pixelweben.de
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "author": {
        "name": "Oliver Braunschweig [knoelli]"
    },
    "description": "__MSG_extDescription__",
    "version": "0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "open-in-ext-app-16.png",
        "18": "open-in-ext-app-18.png",
        "24": "open-in-ext-app-24.png",
        "32": "open-in-ext-app-32.png",
        "64": "open-in-ext-app-64.png",
        "128": "open-in-ext-app-128.png",
        "256": "open-in-ext-app-256.png"
    },
    "permissions": [
        "contextMenus",
        "nativeMessaging"
    ],
    "options_page": "preferences.html"
}