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
Wat is QR-Code. Send Url to Phone?
QR-Code. Send Url to Phone is een Chrome-extensie ontwikkeld door andryou.ksl, en de belangrijkste functie is "Need send URL to your phone faster? Generates a QR Code from the Page URL of the current tab with a single click".
Download het CRX-bestand van de extensie QR-Code. Send Url to Phone
Download QR-Code. Send Url to Phone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
На телефоне необходимо иметь сканнер штрих-кодов. Откройте это приложение на своём смартфоне, а на компьютере кликните по кнопке расширения в браузере - вы увидите сгенерированный QR-Code, который уже содержит в себе зашифрованный адрес страницы, открытый в активной вкладке. Просто наведите видоискатель телефона на этот квадрат - и ссылка окажется на вашем телефоне!
Basisinformatie over de Extensie
Naam | QR-Code. Send Url to Phone |
ID | ijfedjkeoaiincmaogfjiaebfahpbaig |
Officiële URL | https://chromewebstore.google.com/detail/qr-code-send-url-to-phone/ijfedjkeoaiincmaogfjiaebfahpbaig |
Beschrijving | Need send URL to your phone faster? Generates a QR Code from the Page URL of the current tab with a single click |
Bestandsgrootte | 43.03 KB |
Aantal Installaties | 14 |
Huidige Versie | 0.0.8 |
Laatst Bijgewerkt | 2017-09-03 |
Publicatiedatum | 2017-08-31 |
Ontwikkelaar | andryou.ksl |
Betalingswijze | free |
Ondersteunde Talen | 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", " |