QR Code Generator
This extension quickly generates a QR Code for url of the current tab.
什麼是QR Code Generator?
QR Code Generator是由https://webplusdevelopers.com開發的Chrome擴展程式,該擴展的主要功能是“This extension quickly generates a QR Code for url of the current tab.”。
擴展截圖
下載QR Code Generator擴展crx文件
下載QR Code Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quickly generate a QR Code for the URL of the current tab. To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.
擴展基本資訊
名稱 | QR Code Generator |
ID | kndijjedkgagpeefiinpggmfedeigedm |
官方網址 | https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm |
簡介 | This extension quickly generates a QR Code for url of the current tab. |
檔案大小 | 53.81 KB |
安裝次數 | 223 |
目前版本 | 1.0 |
更新時間 | 2014-08-15 |
上架時間 | 2014-08-15 |
開發者 | https://webplusdevelopers.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "author": "Josephus Paye II", "description": "This extension quickly generates a QR Code for url of the current tab.", "version": "1.0", "icons": { "128": "images\/icon_128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Generate QR Code" } } |