URL to QR
This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
什麼是URL to QR?
URL to QR是由JJay開發的Chrome擴展程式,該擴展的主要功能是“This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.”。
擴展截圖
下載URL to QR擴展crx文件
下載URL to QR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of typing the url in your smartPhone browser. Use this smart extension to create a QR code and scan with your phone to browse the page. Highly usefull for web developers and testers.
Please mail your feedback to me: [email protected] 擴展基本資訊
| 名稱 | |
| ID | ffpdcfbjaahhcgogoekgbellhahephbd |
| 官方網址 | https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd |
| 簡介 | This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop. |
| 檔案大小 | 33.94 KB |
| 安裝次數 | 80 |
| 目前版本 | 1.1 |
| 更新時間 | 2023-12-21 |
| 上架時間 | 2015-05-19 |
| 評分 | 4.86/5 共 7 次評分 |
| 開發者 | JJay |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "URL to QR",
"description": "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.",
"version": "1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "url.html"
},
"permissions": [
"tabs"
]
} | |