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]
扩展基本信息
名称 | URL to QR |
ID | ffpdcfbjaahhcgogoekgbellhahephbd |
官方URL | 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" ] } |