my extension
Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…
Co to jest my extension?
my extension to rozszerzenie Chrome opracowane przez dkempton.developer, a jego główną funkcją jest „Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia my extension
Pobierz pliki rozszerzeń my extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | my extension |
ID | dhehdcfhafbjceagdpjaogedgjagngph |
Oficjalny URL | https://chromewebstore.google.com/detail/my-extension/dhehdcfhafbjceagdpjaogedgjagngph |
Opis | Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the… |
Rozmiar pliku | 3.23 KB |
Liczba instalacji | 42 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2021-01-07 |
Data Publikacji | 2021-01-07 |
Deweloper | dkempton.developer |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |