QR-Tools Chrome Extension
Add a context menu item to convert selected object into QR.
什么是QR-Tools Chrome Extension?
QR-Tools Chrome Extension是由http://qr-tools.appspot.com开发的Chrome扩展程序,该扩展的主要功能是“Add a context menu item to convert selected object into QR.”。
下载QR-Tools Chrome Extension扩展crx文件
下载QR-Tools Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a context menu item for Selected Text, Link or Images that turns the selected object into a QR code for easy sharing. The standalone generator can be found @: http://qr-tools.appspot.com/
扩展基本信息
名称 | |
ID | pimnmgcpoejphniobanenpdlfdoljpln |
官方URL | https://chrome.google.com/webstore/detail/qr-tools-chrome-extension/pimnmgcpoejphniobanenpdlfdoljpln |
简介 | Add a context menu item to convert selected object into QR. |
文件大小 | 14.87 KB |
安装次数 | 33 |
当前版本 | 1.1.2 |
更新时间 | 2014-02-13 |
上架时间 | 2014-02-13 |
评分 | 3.00/5 共2次评分 |
开发者 | http://qr-tools.appspot.com |
付费类型 | free |
扩展官网 | http://qr-tools.appspot.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR-Tools Chrome Extension", "version": "1.1.2", "author": "RastaCre", "default_locale": "en", "description": "Add a context menu item to convert selected object into QR.", "homepage_url": "http:\/\/qr-tools.appspot.com", "icons": { "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "script.js" ] }, "options_page": "options.html", "minimum_chrome_version": "6", "offline_enabled": false } |