QR-Code. Send Url to Phone
Need send URL to your phone faster? Generates a QR Code from the Page URL of the current tab with a single click
Qu'est-ce que QR-Code. Send Url to Phone ?
QR-Code. Send Url to Phone est une extension Chrome développée par andryou.ksl, et sa fonction principale est "Need send URL to your phone faster? Generates a QR Code from the Page URL of the current tab with a single click".
Télécharger le fichier CRX de l'extension QR-Code. Send Url to Phone
Téléchargez les fichiers d'extension QR-Code. Send Url to Phone 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
На телефоне необходимо иметь сканнер штрих-кодов. Откройте это приложение на своём смартфоне, а на компьютере кликните по кнопке расширения в браузере - вы увидите сгенерированный QR-Code, который уже содержит в себе зашифрованный адрес страницы, открытый в активной вкладке. Просто наведите видоискатель телефона на этот квадрат - и ссылка окажется на вашем телефоне!
Informations de Base sur l'Extension
Nom | QR-Code. Send Url to Phone |
ID | ijfedjkeoaiincmaogfjiaebfahpbaig |
URL Officiel | https://chromewebstore.google.com/detail/qr-code-send-url-to-phone/ijfedjkeoaiincmaogfjiaebfahpbaig |
Description | Need send URL to your phone faster? Generates a QR Code from the Page URL of the current tab with a single click |
Taille du Fichier | 43.03 KB |
Nombre d'Installations | 14 |
Version Actuelle | 0.0.8 |
Dernière Mise à Jour | 2017-09-03 |
Date de Publication | 2017-08-31 |
Développeur | andryou.ksl |
Type de Paiement | free |
Langues Prises en Charge | en,en-GB,en-US,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_EXTENSION_NAME__", "short_name": "QR", "version": "0.0.8", "description": "__MSG_EXTENSION_DESCRIPTION__", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/icon24.png", "default_popup": "popup.html", "default_title": "QR-Code" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com; object-src 'self'", "permissions": [ "idle", "tabs", "contextMenus", "webNavigation", "storage", "unlimitedStorage", " |