URL Keeper
Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…
Co to jest URL Keeper?
URL Keeper to rozszerzenie Chrome opracowane przez Yahya K.Salman, a jego główną funkcją jest „Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia URL Keeper
Pobierz pliki rozszerzeń URL Keeper 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
Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through this button, the link that is manually typed in the input field for links is saved. - SAVE TAB: Through this button, we directly save the link to the website I am working on. -DELETE ALL: When this button is double-clicked, all saved links will be deleted
Podstawowe informacje o rozszerzeniu
Nazwa | URL Keeper |
ID | nfjoioebfckjekhgmhcnddpiphbpcbhp |
Oficjalny URL | https://chromewebstore.google.com/detail/url-keeper/nfjoioebfckjekhgmhcnddpiphbpcbhp |
Opis | Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through… |
Rozmiar pliku | 145 KB |
Liczba instalacji | 75 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2022-02-16 |
Data Publikacji | 2022-02-15 |
Deweloper | Yahya K.Salman |
[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": 3, "version": "1.0.1", "name": "URL Keeper", "action": { "default_popup": "index.html", "default_icon": "logo.png" }, "permissions": [ "tabs" ] } |