App for Skp Web

An easy-to-use and lite App for Skype web

App for Skp Webคืออะไร?

App for Skp Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lynn และคุณลักษณะหลักของมันคือ "An easy-to-use and lite App for Skype web"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย App for Skp Web

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

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

                        App for Skp Web is the easiest way to open and use Skype web from your desktop machine (PC, MAC or Linux).

Important note: "App for Skp Web" does NOT belong or relate to the official Skype application at all. It is basically an unofficial extension that is developed and maintained independently. The official Skype software is only released for smart phones and web. This unofficial extension is a wrapper to the original Skype web app and tries to make it usable as a browser extension. All credits goes to Skype application/Microsoft corp.

Clicking on the toolbar button, renders Skype web UI in a standalone window. Moreover, the window is re-sizable to your desired choice. Note, to start using this App, you need to have a Skype account.

Simply click on the toolbar button to open Skype in a simple popup window. Once the UI is closed all background activities are halted. Please note that, this addon does not have any settings or options to adjust.

If you want to report bugs or have a feature request, please fill the bug report form in the addon homepage (http://mybrowseraddon.com/skype-app.html).                    

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

ชื่อ App for Skp Web App for Skp Web
ID ckphpjbkimigoeccikelnkfnilnjmaha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/app-for-skp-web/ckphpjbkimigoeccikelnkfnilnjmaha
คำอธิบาย An easy-to-use and lite App for Skype web
ขนาดไฟล์ 30.47 KB
จำนวนการติดตั้ง 8,007
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2017-09-11
วันที่เผยแพร่ 2017-09-11
คะแนน 3.67/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Lynn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mybrowseraddon.com/skype-app.html
URL หน้าช่วยเหลือ http://mybrowseraddon.com/skype-app.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "manifest_version": 2,
    "name": "App for Skp Web",
    "permissions": [
        "storage"
    ],
    "short_name": "appforskype",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "description": "An easy-to-use and lite App for Skype web",
    "homepage_url": "http:\/\/mybrowseraddon.com\/skype-app.html",
    "content_scripts": [
        {
            "js": [
                "data\/inject.js"
            ],
            "css": [
                "data\/inject.css"
            ],
            "matches": [
                "*:\/\/*.skype.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "App for Skype\u2122",
        "default_icon": {
            "16": "data\/icon16.png",
            "32": "data\/icon32.png",
            "48": "data\/icon48.png",
            "64": "data\/icon64.png"
        }
    },
    "icons": {
        "16": "data\/icon16.png",
        "32": "data\/icon32.png",
        "48": "data\/icon48.png",
        "64": "data\/icon64.png",
        "128": "data\/icon128.png"
    }
}