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 |
| 官方網址 | 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
} | |