Linky McLinkface
Open links in desktop chrome immediately from mobile device.
Qu'est-ce que Linky McLinkface ?
Linky McLinkface est une extension Chrome développée par https://linkymclinkface.com, et sa fonction principale est "Open links in desktop chrome immediately from mobile device.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Linky McLinkface
Téléchargez les fichiers d'extension Linky McLinkface au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]!
Informations de Base sur l'Extension
Nom | Linky McLinkface |
ID | acaficgnahcjikgceajfpfghlnedddcb |
URL Officiel | https://chromewebstore.google.com/detail/linky-mclinkface/acaficgnahcjikgceajfpfghlnedddcb |
Description | Open links in desktop chrome immediately from mobile device. |
Taille du Fichier | 178 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2016-05-23 |
Date de Publication | 2016-05-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://linkymclinkface.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |