QR Code Maker
This Extension allow the user to quickly create QR Codes with the current url
什麼是QR Code Maker?
QR Code Maker是由Nick Remijn開發的Chrome擴展程式,該擴展的主要功能是“This Extension allow the user to quickly create QR Codes with the current url”。
擴展截圖
下載QR Code Maker擴展crx文件
下載QR Code Maker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Extension makes it easier to share links between devices by making a QR Code out of them. Features: - Quickly create a QR Code out of the current page URL - Right click a link to display it as a QR Code Changelog: - 1.0.0 - initial Version
擴展基本資訊
名稱 | QR Code Maker |
ID | oihjnlgmlpagpafdmegndjahnbkhcfge |
官方網址 | https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge |
簡介 | This Extension allow the user to quickly create QR Codes with the current url |
檔案大小 | 7.57 KB |
安裝次數 | 629 |
目前版本 | 1.0.0 |
更新時間 | 2014-02-16 |
上架時間 | 2014-02-16 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Nick Remijn |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Maker", "description": "This Extension allow the user to quickly create QR Codes with the current url", "version": "1.0.0", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Create QR Code", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |