QRtag.net - The QR Code Generator
Generates an QR Code of the current page.
Co to jest QRtag.net - The QR Code Generator?
QRtag.net - The QR Code Generator to rozszerzenie Chrome opracowane przez https://www.qrtag.net, a jego główną funkcją jest „Generates an QR Code of the current page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QRtag.net - The QR Code Generator
Pobierz pliki rozszerzeń QRtag.net - The QR Code Generator 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
Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pokbnfbfgmoimplmmbgdaldkbfdnllpc |
| Oficjalny URL | https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc |
| Opis | Generates an QR Code of the current page. |
| Rozmiar pliku | 31.27 KB |
| Liczba instalacji | 42 |
| Aktualna Wersja | 1.0.5 |
| Ostatnia Aktualizacja | 2020-07-17 |
| Data Publikacji | 2019-11-07 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://www.qrtag.net |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.qrtag.net/ |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "QRtag.net - The QR Code Generator",
"short_name": "QRtag.net",
"description": "Generates an QR Code of the current page.",
"version": "1.0.5",
"manifest_version": 2,
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png",
"256": "icon_256.png",
"512": "icon_512.png"
},
"browser_action": {
"default_icon": "icon_128.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |