Alias Links
Aliasing the links that we hardly remember. Set a unique word for a link.
Qu'est-ce que Alias Links ?
Alias Links est une extension Chrome développée par Vinay Kumar, et sa fonction principale est "Aliasing the links that we hardly remember. Set a unique word for a link.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alias Links
Téléchargez les fichiers d'extension Alias Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Please read http://technobowli.blogspot.in/ for full detailed features of this extension. Your comments are valuable and will help me to improve the extension. If you find any issues with extension then please address it at. https://github.com/gnulinooks/AliasLinks/issues. New Additions: 1. New UI 2. removed input field and added explicit Edit button to avoid mistakes. 3. Easy delete button. Just delete and save the aliases. 4. Easy Save, just hit enter after writing your alias to save it. 5. Syncing of aliases across machines is enabled. You just need to keep your chrome signed in with your google account. If you want to customize omnibox letter (default is "a"), then please follow the instructions http://technobowli.blogspot.in/2014/03/alias-links-updates.html
Informations de Base sur l'Extension
Nom | Alias Links |
ID | hnmffkbofelpmfnimaicmkdhimnaegla |
URL Officiel | https://chromewebstore.google.com/detail/alias-links/hnmffkbofelpmfnimaicmkdhimnaegla |
Description | Aliasing the links that we hardly remember. Set a unique word for a link. |
Taille du Fichier | 65.29 KB |
Nombre d'Installations | 556 |
Version Actuelle | 1.4.3 |
Dernière Mise à Jour | 2020-06-25 |
Date de Publication | 2020-06-24 |
Évaluation | 3.95/5 Total 41 Évaluations |
Développeur | Vinay Kumar |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://technobowli.blogspot.in/ |
URL de la Page d'Aide | https://github.com/gnulinooks/AliasLinks/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alias Links", "manifest_version": 2, "version": "1.4.3", "description": "Aliasing the links that we hardly remember. Set a unique word for a link.", "omnibox": { "keyword": "a" }, "icons": { "16": "barIcon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |