Copy URL
This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
什麼是Copy URL?
Copy URL是由viveksinghggits開發的Chrome擴展程式,該擴展的主要功能是“This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.”。
擴展截圖
下載Copy URL擴展crx文件
下載Copy URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension can be used to convert your opened URL into a QR code which can later be scanned by the mobile device.
So the purpose of the product is to copy the URL from your computer to your mobile device. 擴展基本資訊
| 名稱 | |
| ID | lhdkfgdpcodjjadeebijobklicbaegfb |
| 官方網址 | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
| 簡介 | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
| 檔案大小 | 8.12 KB |
| 安裝次數 | 30 |
| 目前版本 | 1.0 |
| 更新時間 | 2018-06-09 |
| 上架時間 | 2018-06-09 |
| 開發者 | viveksinghggits |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Copy URL",
"description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.",
"version": "1.0",
"browser_action": {
"default_icon": "website.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |