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

什麼是QR-Code. Send Url to Phone?

QR-Code. Send Url to Phone是由andryou.ksl開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件

下載QR-Code. Send Url to Phone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

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

擴展基本資訊

名稱 QR-Code. Send Url to Phone QR-Code. Send Url to Phone
ID ijfedjkeoaiincmaogfjiaebfahpbaig
官方網址 https://chromewebstore.google.com/detail/qr-code-send-url-to-phone/ijfedjkeoaiincmaogfjiaebfahpbaig
簡介 Need send URL to your phone faster? Generates a QR Code from the Page URL of the current tab with a single click
檔案大小 43.03 KB
安裝次數 14
目前版本 0.0.8
更新時間 2017-09-03
上架時間 2017-08-31
開發者 andryou.ksl
付費類型 free
支援的語言 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"
    }
}