URL Alias
URL Alias allows the user to define a short alias for a url, in order to access websites faster.
Was ist URL Alias?
URL Alias ist eine Chrome-Erweiterung, die von Merve Sahin entwickelt wurde, und ihr Hauptmerkmal ist "URL Alias allows the user to define a short alias for a url, in order to access websites faster.".
Erweiterungsscreenshots
URL Alias-Erweiterungs-CRX-Datei herunterladen
Laden Sie URL Alias-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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' Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fchefaeihhednjnhhpfffibfbojdcmhk |
| Offizielle URL | https://chromewebstore.google.com/detail/url-alias/fchefaeihhednjnhhpfffibfbojdcmhk |
| Beschreibung | URL Alias allows the user to define a short alias for a url, in order to access websites faster. |
| Dateigröße | 94.77 KB |
| Installationsanzahl | 215 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2022-03-08 |
| Veröffentlichungsdatum | 2020-09-06 |
| Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
| Entwickler | Merve Sahin |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/Merve40/url-alias |
| Hilfeseite URL | https://github.com/Merve40/url-alias |
| Unterstützte Sprachen | 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"
}
}
} | |