my extension
Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…
Что такое my extension?
my extension - это расширение Chrome, разработанное dkempton.developer, и его основная функция - "Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…".
Снимки экрана расширения
Скачать файл CRX расширения my extension
Скачайте файлы расширений my extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the package to get the extension name to change, but couldn't get that to work.
Основная информация о расширении
Название | my extension |
ID | dhehdcfhafbjceagdpjaogedgjagngph |
Официальный URL | https://chromewebstore.google.com/detail/my-extension/dhehdcfhafbjceagdpjaogedgjagngph |
Описание | Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the… |
Размер файла | 3.23 KB |
Количество установок | 42 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2021-01-07 |
Дата публикации | 2021-01-07 |
Разработчик | dkempton.developer |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "name": "my extension", "content_scripts": [ { "matches": [ "https:\/\/wesign4u.com\/signing\/*" ], "js": [ "script.js" ] } ] } |