Fingertip QR Link
Convert link or current address to QR Code for mobile
Qu'est-ce que Fingertip QR Link ?
Fingertip QR Link est une extension Chrome développée par shernshiou, et sa fonction principale est "Convert link or current address to QR Code for mobile".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fingertip QR Link
Téléchargez les fichiers d'extension Fingertip QR 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 get the current URL from the address bar and create another new tab with QR Code embedded at the center. It is the easiest way to transfer link into mobile phone with QR Code Reader. Github: https://github.com/shernshiou/Fingertip-QR-Link
Informations de Base sur l'Extension
Nom | Fingertip QR Link |
ID | kmljcpbojecfeljodfbecbkakhpdnomd |
URL Officiel | https://chromewebstore.google.com/detail/fingertip-qr-link/kmljcpbojecfeljodfbecbkakhpdnomd |
Description | Convert link or current address to QR Code for mobile |
Taille du Fichier | 54.71 KB |
Nombre d'Installations | 14 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2012-09-06 |
Date de Publication | 2012-09-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | shernshiou |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/shernshiou/Fingertip-QR-Link |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fingertip QR Link", "description": "Convert link or current address to QR Code for mobile", "version": "0.1", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "app.js" ] }, "icons": { "16": "icon_016.png", "48": "icon_048.png", "128": "icon_128.png" }, "manifest_version": 2 } |