Google Play QR code generator
Generates a QR code at the Google Play Store
Что такое Google Play QR code generator?
Google Play QR code generator - это расширение Chrome, разработанное Tobias DSW, и его основная функция - "Generates a QR code at the Google Play Store".
Скачать файл CRX расширения Google Play QR code generator
Скачайте файлы расширений Google Play QR code generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Created with http://goqr.me/ QR API
Основная информация о расширении
Название | |
ID | kapeilbgjcjfiadokjlpjhmedgdlckfe |
Официальный URL | 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" ] } ] } |