Context Menu QR Code Generator
Generate QR Codes selection context menu
什麼是Context Menu QR Code Generator?
Context Menu QR Code Generator是由Arthur Farias開發的Chrome擴展程式,該擴展的主要功能是“Generate QR Codes selection context menu”。
擴展截圖
下載Context Menu QR Code Generator擴展crx文件
下載Context Menu QR Code Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple Context Menu QR Code Generator. If you want to keep the development of this app or you are pleased with the functionality, please make a paypal donation to my paypal account [email protected].
擴展基本資訊
名稱 | Context Menu QR Code Generator |
ID | pffeedlofllghbmondonppgbleaggibj |
官方網址 | https://chromewebstore.google.com/detail/context-menu-qr-code-gene/pffeedlofllghbmondonppgbleaggibj |
簡介 | Generate QR Codes selection context menu |
檔案大小 | 6.97 KB |
安裝次數 | 136 |
目前版本 | 0.1 |
更新時間 | 2012-10-26 |
上架時間 | 2012-10-26 |
評分 | 2.75/5 共 4 次評分 |
開發者 | Arthur Farias |
付費類型 | free |
擴展官網 | http://arthur.afarias.org |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Context Menu QR Code Generator", "description": "Generate QR Codes selection context menu", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "content.js" ] }, "manifest_version": 2 } |