Open Link on PC

One tap open links on mobile on PC!

Open Link on PCคืออะไร?

Open Link on PC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://open-link-on-pc.firebaseapp.com และคุณลักษณะหลักของมันคือ "One tap open links on mobile on PC!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Link on PC

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

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

                        Ever found an interesting website and want to view it on PC? Typing the whole link or searching the internet could be tedious...
Not any more!
Open Link on PC is here to help!

Install android app - https://play.google.com/store/apps/details?id=com.prathameshshiralkar.linkonpc

Key features - 

- Supports all Android phones running Android Lollipop and above.
- Open links on any Desktop / Laptop - Windows, mac, Linux, etc.
- Easy Login-logout process.
- Opens links almost instantaneously!
- No need to login everytime. Login once and you will be kept logged in until you manually 
logout.
- Open links from sms dirctly on PC.
- Copy-paste links in app to open on PC.                    

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

ชื่อ Open Link on PC Open Link on PC
ID bdnfnkhfbgepokkkkbookefhdfibpnbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-link-on-pc/bdnfnkhfbgepokkkkbookefhdfibpnbc
คำอธิบาย One tap open links on mobile on PC!
ขนาดไฟล์ 233 KB
จำนวนการติดตั้ง 618
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2019-01-15
วันที่เผยแพร่ 2019-01-15
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://open-link-on-pc.firebaseapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://open-link-on-pc.firebaseapp.com/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Link on PC",
    "version": "1.4",
    "description": "One tap open links on mobile on PC!",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio.com; object-src 'self'; ",
    "background": {
        "scripts": [
            "firebase.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "scripts": [
            "firebase.js",
            "popup.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}