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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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