QR Code Generator
可以將指定的內容轉換成 QR Code 條碼, 預設是將目前瀏覽的網址進行轉換!
What is QR Code Generator?
QR Code Generator is a Chrome extension developed by https://abgne.tw, and its main feature is "可以將指定的內容轉換成 QR Code 條碼, 預設是將目前瀏覽的網址進行轉換!".
Extension Screenshots
Download QR Code Generator Extension CRX File
Download QR Code Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
想要一個跟別人不一樣的 QR Code 嗎? QR Code Generator 可自訂 QR Code 的區塊顏色及背景顏色, 並且可以改用圓形點來排列條碼!
Extension Basic Information
Name | |
ID | acidanpljleklgoiogphejmiiiakhnel |
Official URL | https://chromewebstore.google.com/detail/qr-code-generator/acidanpljleklgoiogphejmiiiakhnel |
Description | 可以將指定的內容轉換成 QR Code 條碼, 預設是將目前瀏覽的網址進行轉換! |
File Size | 218 KB |
Installation Count | 611 |
Current Version | 1.0 |
Last Updated | 2015-02-04 |
Publish Date | 2015-02-04 |
Rating | 4.40/5 Total 5 Ratings |
Developer | https://abgne.tw |
[email protected] | |
Payment Type | free |
Extension Website | http://abgne.tw |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "QR Code Generator", "default_popup": "popup.html" }, "description": "\u53ef\u4ee5\u5c07\u6307\u5b9a\u7684\u5167\u5bb9\u8f49\u63db\u6210 QR Code \u689d\u78bc, \u9810\u8a2d\u662f\u5c07\u76ee\u524d\u700f\u89bd\u7684\u7db2\u5740\u9032\u884c\u8f49\u63db!", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2, "name": "QR Code Generator", "offline_enabled": true, "permissions": [ "tabs" ], "short_name": "QR Code Generator", "version": "1.0" } |