one time url shortener
This extension is for making self destructing short links, also you can setup your own shortener service,…
Co to jest one time url shortener?
one time url shortener to rozszerzenie Chrome opracowane przez qwertyforce, a jego główną funkcją jest „This extension is for making self destructing short links, also you can setup your own shortener service,…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia one time url shortener
Pobierz pliki rozszerzeń one time url shortener 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
This extension is for making self destructing short links, also you can setup your own shortener service, https://github.com/qwertyforce/one-time-url-shortener
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kkedfdehcgcnlkkelpmalfijohmpkcpo |
Oficjalny URL | https://chrome.google.com/webstore/detail/kkedfdehcgcnlkkelpmalfijohmpkcpo |
Opis | This extension is for making self destructing short links, also you can setup your own shortener service,… |
Rozmiar pliku | 10.56 KB |
Liczba instalacji | 54 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2020-09-14 |
Data Publikacji | 2019-03-05 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | qwertyforce |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/qwertyforce/one-time-url-shortener |
Adres URL Strony Pomocy | https://github.com/qwertyforce/one-time-url-shortener/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "one time url shortener", "description": " ", "version": "1.5", "browser_action": { "default_popup": "registration.html" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2 } |