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
} | |