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
官方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"
}