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, который уже содержит в себе зашифрованный адрес страницы, открытый в активной вкладке.
Просто наведите видоискатель телефона на этот квадрат - и ссылка окажется на вашем телефоне! 扩展基本信息
| 名称 | |
| 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",
" | |