Google Play QR code generator
Generates a QR code at the Google Play Store
什麼是Google Play QR code generator?
Google Play QR code generator是由Tobias DSW開發的Chrome擴展程式,該擴展的主要功能是“Generates a QR code at the Google Play Store”。
下載Google Play QR code generator擴展crx文件
下載Google Play QR code generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Created with http://goqr.me/ QR API
擴展基本資訊
名稱 | |
ID | kapeilbgjcjfiadokjlpjhmedgdlckfe |
官方網址 | https://chrome.google.com/webstore/detail/google-play-qr-code-gener/kapeilbgjcjfiadokjlpjhmedgdlckfe |
簡介 | Generates a QR code at the Google Play Store |
檔案大小 | 41.03 KB |
安裝次數 | 115 |
目前版本 | 1.0.0 |
更新時間 | 2015-01-05 |
上架時間 | 2015-01-05 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Tobias DSW |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Play QR code generator", "description": "Generates a QR code at the Google Play Store", "version": "1.0.0", "icons": { "128": "badge128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/*" ], "css": [ "basic.css" ], "js": [ "jquery.min.js", "contentscript.js" ] } ] } |