making QRCode of the url
making QRCode of the url
making QRCode of the urlとは何ですか?
making QRCode of the urlはyanghongboによって開発されたChromeの拡張機能で、その主な機能は「making QRCode of the url」です。
拡張機能のスクリーンショット
making QRCode of the url拡張機能のCRXファイルをダウンロード
making QRCode of the url拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It makes your current tab url as QRCode, You can scan it through a Mobile Phone Scanner(eg, WeChat, for sharing Website) Open Sourced @ https://github.com/sprhawk/QRUrl 下载豆瓣.FM歌曲插件: https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3fm%E6%AD%8C%E6%9B%B2%E4%B8%8B%E8%BD%BD/gfkgcfdeldjmbfoigpfcccaikfognafd
拡張機能の基本情報
名前 | making QRCode of the url |
ID | gjgcfgihcndpmadahcnmfhgggpimgddo |
公式URL | https://chromewebstore.google.com/detail/making-qrcode-of-the-url/gjgcfgihcndpmadahcnmfhgggpimgddo |
説明 | making QRCode of the url |
ファイルサイズ | 73.99 KB |
インストール数 | 23 |
現在のバージョン | 1.0.2 |
最終更新日 | 2014-06-11 |
公開日 | 2014-06-11 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | yanghongbo |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "making QRCode of the url", "version": "1.0.2", "manifest_version": 2, "description": "making QRCode of the url", "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png", "256": "icon256.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "background": { "scripts": [ "qrcodejs\/qrcode.js", "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "QRCode URL", "default_popup": "popup.html" } } |