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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 QR-Code. Send Url to Phone QR-Code. Send Url to Phone
ID ijfedjkeoaiincmaogfjiaebfahpbaig
공식 URL 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"
    }
}