Short URL and QR code generator
Generate short URL of the current page and get its QR code in just one click.
Co to jest Short URL and QR code generator?
Short URL and QR code generator to rozszerzenie Chrome opracowane przez Artyom "Sleepwalker" Fedosov, a jego główną funkcją jest „Generate short URL of the current page and get its QR code in just one click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Short URL and QR code generator
Pobierz pliki rozszerzeń Short URL and 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
Generate short URL of the current page and get its QR code in just one click.
Podstawowe informacje o rozszerzeniu
Nazwa | Short URL and QR code generator |
ID | ikihojdapjkjkglimjpnoenohodhacbk |
Oficjalny URL | https://chromewebstore.google.com/detail/short-url-and-qr-code-gen/ikihojdapjkjkglimjpnoenohodhacbk |
Opis | Generate short URL of the current page and get its QR code in just one click. |
Rozmiar pliku | 42.17 KB |
Liczba instalacji | 5,034 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2019-10-05 |
Data Publikacji | 2019-10-03 |
Ocena | 4.92/5 Łącznie 25 Oceny |
Deweloper | Artyom "Sleepwalker" Fedosov |
[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, "name": "Short URL and QR code generator", "version": "1.4", "icons": { "16": "i\/16x16.png", "32": "i\/32x32.png", "48": "i\/48x48.png", "128": "i\/128x128.png" }, "permissions": [ "tabs", "https:\/\/tinyurl.com\/" ], "browser_action": { "default_title": "Generate short URL", "default_icon": "i\/button.png", "default_popup": "popup.html" } } |