URL to QRCode
get the qrcode of current url
URL to QRCodeとは何ですか?
URL to QRCodeはzhihuzeyeによって開発されたChromeの拡張機能で、その主な機能は「get the qrcode of current url」です。
拡張機能のスクリーンショット
URL to QRCode拡張機能のCRXファイルをダウンロード
URL to QRCode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply.
最快的二维码生成器;
快速获取当前页面地址的二维码。 拡張機能の基本情報
| 名前 | |
| ID | hbgipmdmmhiicemlmjglcepdpkodgcpe |
| 公式URL | https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe |
| 説明 | get the qrcode of current url |
| ファイルサイズ | 32.12 KB |
| インストール数 | 158 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2014-08-15 |
| 公開日 | 2014-08-14 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | zhihuzeye |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/imyelo/chrome-url-to-qrcode |
| ヘルプページのURL | https://github.com/imyelo/chrome-url-to-qrcode/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "URL to QRCode",
"version": "1.1",
"description": "get the qrcode of current url",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_title": "URL to QRCode",
"default_popup": "popup.html"
},
"permissions": [
"tabs"
]
} | |