Linky McLinkface

Open links in desktop chrome immediately from mobile device.

Vad är Linky McLinkface?

Linky McLinkface är en Chrome-tillägg utvecklad av https://linkymclinkface.com, och dess huvudfunktion är "Open links in desktop chrome immediately from mobile device.".

Tilläggsskärmbilder

screenshot

Ladda ner Linky McLinkface-förlängningens CRX-fil

Ladda ner Linky McLinkface-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]!                    

Grundläggande Information om Tillägg

Namn Linky McLinkface Linky McLinkface
ID acaficgnahcjikgceajfpfghlnedddcb
Officiell webbadress https://chromewebstore.google.com/detail/linky-mclinkface/acaficgnahcjikgceajfpfghlnedddcb
Beskrivning Open links in desktop chrome immediately from mobile device.
Filstorlek 178 KB
Antal Installationer 19
Aktuell Version 1.0.3
Senast Uppdaterad 2016-05-23
Publiceringsdatum 2016-05-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://linkymclinkface.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}