Linky McLinkface

Open links in desktop chrome immediately from mobile device.

Linky McLinkfaceคืออะไร?

Linky McLinkface เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linkymclinkface.com และคุณลักษณะหลักของมันคือ "Open links in desktop chrome immediately from mobile device."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linky McLinkface

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

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

                        The easiest, fastest, simplest way to share links from a mobile device to computer Chrome browser(s) with one click!

Requirements

- This Chrome extension
- Linky McLinkface app: https://goo.gl/cAYqbo 
- Linky McLinkface Pro app: https://goo.gl/eZ9BPQ

Quick Setup

Install the Chrome extension.
Scan the QR code generated by Chrome extension using the app.
Share links to Linky McLinkface app to immediately open them in Chrome browser on computer.

If you like the app please consider installing Linky McLinkface Pro with multiple browser support, black theme, and no ads!

Please send any feedback to [email protected]!                    

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

ชื่อ Linky McLinkface Linky McLinkface
ID acaficgnahcjikgceajfpfghlnedddcb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linky-mclinkface/acaficgnahcjikgceajfpfghlnedddcb
คำอธิบาย Open links in desktop chrome immediately from mobile device.
ขนาดไฟล์ 178 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2016-05-23
วันที่เผยแพร่ 2016-05-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://linkymclinkface.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linky McLinkface",
    "description": "Open links in desktop chrome immediately from mobile device.",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "linky128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "linky16.png",
        "48": "linky48.png",
        "128": "linky128.png",
        "256": "linky256.png"
    },
    "permissions": [
        "background",
        "gcm",
        "storage"
    ],
    "gcm_sender_id": "542860546842"
}