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

Was ist QR-Code. Send Url to Phone?

QR-Code. Send Url to Phone ist eine Chrome-Erweiterung, die von andryou.ksl entwickelt wurde, und ihr Hauptmerkmal ist "Need send URL to your phone faster? Generates a QR Code from the Page URL of the current tab with a single click".

QR-Code. Send Url to Phone-Erweiterungs-CRX-Datei herunterladen

Laden Sie QR-Code. Send Url to Phone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        На телефоне необходимо иметь сканнер штрих-кодов.
Откройте это приложение на своём смартфоне, а на компьютере кликните по кнопке расширения в браузере - вы увидите сгенерированный QR-Code, который уже содержит в себе зашифрованный адрес страницы, открытый в активной вкладке.

Просто наведите видоискатель телефона на этот квадрат - и ссылка окажется на вашем телефоне!                    

Grundlegende Informationen zur Erweiterung

Name QR-Code. Send Url to Phone QR-Code. Send Url to Phone
ID ijfedjkeoaiincmaogfjiaebfahpbaig
Offizielle URL https://chromewebstore.google.com/detail/qr-code-send-url-to-phone/ijfedjkeoaiincmaogfjiaebfahpbaig
Beschreibung Need send URL to your phone faster? Generates a QR Code from the Page URL of the current tab with a single click
Dateigröße 43.03 KB
Installationsanzahl 14
Aktuelle Version 0.0.8
Letztes Update 2017-09-03
Veröffentlichungsdatum 2017-08-31
Entwickler andryou.ksl
Zahlungsart free
Unterstützte Sprachen 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",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ]
        }
    ],
    "default_locale": "ru",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon24.png",
        "48": "img\/icon48.png"
    }
}