Get Link
Create a QRcode for the URL to open in other devices
Qu'est-ce que Get Link ?
Get Link est une extension Chrome développée par Unknown, et sa fonction principale est "Create a QRcode for the URL to open in other devices".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Get Link
Téléchargez les fichiers d'extension Get Link 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
This extension creates a QR code of the current URL link which can be scanned from the Mobile camera to open the same link on your mobile phone.
Informations de Base sur l'Extension
Nom | Get Link |
ID | bknagdmankilmkenflkobkobmdeakcic |
URL Officiel | https://chromewebstore.google.com/detail/get-link/bknagdmankilmkenflkobkobmdeakcic |
Description | Create a QRcode for the URL to open in other devices |
Taille du Fichier | 67.66 KB |
Nombre d'Installations | 622 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-09-17 |
Date de Publication | 2019-09-17 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Link", "description": "Create a QRcode for the URL to open in other devices", "version": "1.0.0", "icons": { "128": "logo-128x128.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |