QR Code Generator
Create QR Code quickly
什麼是QR Code Generator?
QR Code Generator是由https://devehab.com開發的Chrome擴展程式,該擴展的主要功能是“Create QR Code quickly”。
擴展截圖
下載QR Code Generator擴展crx文件
下載QR Code Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Create your own QR Codes! This App generates QR Codes from free text. Features: - Generating QR code quickly. - Material design user interface. - Generate QR code from text messages, phone numbers ,links. - Change the size QR code. - Save QR code on your device. - This app can be used even when there is no connection to the Internet. - Speed in the performance.
擴展基本資訊
名稱 | QR Code Generator |
ID | eiopkgeeaokbolhdhfebipcneblkelcm |
官方網址 | https://chromewebstore.google.com/detail/qr-code-generator/eiopkgeeaokbolhdhfebipcneblkelcm |
簡介 | Create QR Code quickly |
檔案大小 | 694 KB |
安裝次數 | 1,679 |
目前版本 | 1.0.4 |
更新時間 | 2016-05-04 |
上架時間 | 2016-05-04 |
評分 | 4.63/5 共 8 次評分 |
開發者 | https://devehab.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR Code Generator", "version": "1.0.4", "manifest_version": 2, "description": "Create QR Code quickly", "short_name": "Create QR Code", "offline_enabled": true, "default_locale": "en", "icons": { "16": "icon\/icon.png", "48": "icon\/icon.png", "128": "icon\/icon.png" }, "background": { "persistent": false, "scripts": [ "js\/event.js" ] }, "options_page": "index.html", "browser_action": { "default_title": "Quick QR Code", "default_icon": { "19": "icon\/icon.png", "38": "icon\/icon.png" } }, "permissions": [ "tabs", "contextMenus" ], "homepage_url": "http:\/\/devehab.com", "author": "Ehab Kahwati" } |