QR code go
A QR code generator.
What is QR code go?
QR code go is a Chrome extension developed by 紫石, and its main feature is "A QR code generator.".
Extension Screenshots
Download QR code go Extension CRX File
Download QR code go 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
A QR code generator. Available offline. QR二维码生成器,纯本地运算,离线可用,无任何远程请求.
Extension Basic Information
Name | QR code go |
ID | gcjekannlcclfkkhphflfdiebjcjndjp |
Official URL | https://chromewebstore.google.com/detail/qr-code-go/gcjekannlcclfkkhphflfdiebjcjndjp |
Description | A QR code generator. |
File Size | 66.82 KB |
Installation Count | 1,315 |
Current Version | 0.1.0.2 |
Last Updated | 2014-09-04 |
Publish Date | 2014-09-04 |
Rating | 4.88/5 Total 8 Ratings |
Developer | 紫石 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://jsonhandle.sinaapp.com |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR code go", "version": "0.1.0.2", "icons": { "19": "logo19.png", "48": "logo48.png", "128": "logo128.png" }, "description": "A QR code generator.", "browser_action": { "default_title": "QR code go", "default_icon": "logo19.png", "default_popup": "browser_action.html" }, "offline_enabled": true, "permissions": [ "tabs" ] } |