URC - URL Scanner
To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!
什么是URC - URL Scanner?
URC - URL Scanner是由https://code.rendrr.xyz/urc开发的Chrome扩展程序,该扩展的主要功能是“To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!”。
扩展截图
下载URC - URL Scanner扩展crx文件
下载URC - URL Scanner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
To experience a better way to sending links to your associates, this extension comes in handy. one needs to add this extension and then the URL that the person intends to send will automatically get converted into QR Code so that one can just scan this code and open the intended website. This is easy, simple and convenient!
扩展基本信息
名称 | URC - URL Scanner |
ID | fhopklpclhecjilkakgbcogngidomkcl |
官方URL | https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl |
简介 | To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient! |
文件大小 | 181 KB |
安装次数 | 30 |
当前版本 | 1.0.4 |
更新时间 | 2017-10-10 |
上架时间 | 2017-10-10 |
评分 | 5.00/5 共2次评分 |
开发者 | https://code.rendrr.xyz/urc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://code.rendrr.xyz/urc/ |
隐私政策页面URL | https://rakcode.com/privacypolicy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URC - URL Scanner", "version": "1.0.4", "manifest_version": 2, "description": "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!", "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/", "history" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "css": [ "css\/inject.css" ], "js": [ "js\/jquery.js", "js\/jquery.popupoverlay.js", "js\/jquery-qrcode.js", "js\/inject.js" ] } ], "chrome_url_overrides": { "history": "history.html" }, "background": { "scripts": [ "js\/background.js" ] } } |