URL Aliaser
Give alias to frequently visited URLs.
Co to jest URL Aliaser?
URL Aliaser to rozszerzenie Chrome opracowane przez Shivansh Rakesh, a jego główną funkcją jest „Give alias to frequently visited URLs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia URL Aliaser
Pobierz pliki rozszerzeń URL Aliaser 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
Bored of typing those long URLs again and again? Get rid of it with this extension. It enables a user to add aliases (or URL shortcuts) for frequently visited website URLs, thus saving time! - Add multiple placeholders for easier navigation. - Sync with Google Account to access on all signed in devices. Click on 'Add to Chrome' above. Navigate to 'Options' after clicking the URL Aliaser icon right near the address bar for the usage instructions and managing aliases.
Podstawowe informacje o rozszerzeniu
Nazwa | URL Aliaser |
ID | dpmjkbfpciagadmabadpflnhlkhcaaii |
Oficjalny URL | https://chromewebstore.google.com/detail/url-aliaser/dpmjkbfpciagadmabadpflnhlkhcaaii |
Opis | Give alias to frequently visited URLs. |
Rozmiar pliku | 1.27 MB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.3.3 |
Ostatnia Aktualizacja | 2021-04-01 |
Data Publikacji | 2020-06-15 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | Shivansh Rakesh |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ShivanshRakesh/url-aliaser/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Aliaser", "version": "1.3.3", "author": "Shivansh Rakesh", "description": "Give alias to frequently visited URLs.", "icons": { "128": "images\/icon.png" }, "options_page": "options_pg.html", "background": { "persistent": false, "scripts": [ "js\/bg_script.js" ] }, "permissions": [ "tabs", "storage", "notifications" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |