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",
" | |