1Mobile QR
1Mobile QR
什么是1Mobile QR?
1Mobile QR是由1Mobile.com开发的Chrome扩展程序,该扩展的主要功能是“1Mobile QR”。
扩展截图
下载1Mobile QR扩展crx文件
下载1Mobile QR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1Mobile QR generates QR code that is the current page URL of your Chrome, then you just need to Scan qr code use your phone to open the page or download APKs directly.
扩展基本信息
名称 | 1Mobile QR |
ID | phfialkagiaggadjiamnpkfalklepekf |
官方URL | https://chromewebstore.google.com/detail/1mobile-qr/phfialkagiaggadjiamnpkfalklepekf |
简介 | 1Mobile QR |
文件大小 | 35.22 KB |
安装次数 | 524 |
当前版本 | 1.3 |
更新时间 | 2014-07-15 |
上架时间 | 2014-07-15 |
评分 | 4.20/5 共5次评分 |
开发者 | 1Mobile.com |
付费类型 | free |
扩展官网 | http://www.1mobile.com/ |
帮助页面URL | http://apk.1mobile.com/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1Mobile QR", "version": "1.3", "description": "1Mobile QR", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon.png", "default_title": "1Mobile QR", "default_popup": "popup.html" }, "permissions": [ "tabs", "declarativeContent" ], "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |