Linky McLinkface

Open links in desktop chrome immediately from mobile device.

什麼是Linky McLinkface?

Linky McLinkface是由https://linkymclinkface.com開發的Chrome擴展程式,該擴展的主要功能是“Open links in desktop chrome immediately from mobile device.”。

擴展截圖

screenshot

下載Linky McLinkface擴展crx文件

下載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
官方網址 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"
}