URL Alias
URL Alias allows the user to define a short alias for a url, in order to access websites faster.
Cos'è URL Alias?
URL Alias è un'estensione di Chrome sviluppata da Merve Sahin, e la sua funzione principale è "URL Alias allows the user to define a short alias for a url, in order to access websites faster.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URL Alias
Scarica i file di estensione URL Alias in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
URL Alias allows users to define simple aliases for urls, in order to access websites faster from the address bar. - Users are able to create aliases the same way they can create bookmarks: with a button on the address bar. - When entering the alias in the address bar, it needs to be prefixed with a slash (/). - Existing aliases can be viewed & edited by opening the extensions popup in the address bar and clicking 'My aliases'
Informazioni di Base sull'Estensione
Nome | URL Alias |
ID | fchefaeihhednjnhhpfffibfbojdcmhk |
URL Ufficiale | https://chromewebstore.google.com/detail/url-alias/fchefaeihhednjnhhpfffibfbojdcmhk |
Descrizione | URL Alias allows the user to define a short alias for a url, in order to access websites faster. |
Dimensione del File | 94.77 KB |
Conteggio Installazioni | 215 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2022-03-08 |
Data di Pubblicazione | 2020-09-06 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | Merve Sahin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Merve40/url-alias |
URL della Pagina di Aiuto | https://github.com/Merve40/url-alias |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Alias", "description": "URL Alias allows the user to define a short alias for a url, in order to access websites faster.", "homepage_url": "https:\/\/github.com\/merve40\/url-alias", "version": "1.5", "manifest_version": 2, "permissions": [ "storage", "tabs", "webNavigation" ], "background": { "scripts": [ "browser-polyfill.min.js", "util.js", "background.js" ] }, "icons": { "48": "icons\/ic_48.png", "128": "icons\/ic_128.png" }, "page_action": { "default_icon": "icons\/ic_128.png", "default_title": "URL Alias", "default_popup": "popup.html" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "65.0" } } } |