Alias Links
Aliasing the links that we hardly remember. Set a unique word for a link.
Wat is Alias Links?
Alias Links is een Chrome-extensie ontwikkeld door Vinay Kumar, en de belangrijkste functie is "Aliasing the links that we hardly remember. Set a unique word for a link.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alias Links
Download Alias Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Alias Links |
ID | hnmffkbofelpmfnimaicmkdhimnaegla |
Officiële URL | https://chromewebstore.google.com/detail/alias-links/hnmffkbofelpmfnimaicmkdhimnaegla |
Beschrijving | Aliasing the links that we hardly remember. Set a unique word for a link. |
Bestandsgrootte | 65.29 KB |
Aantal Installaties | 556 |
Huidige Versie | 1.4.3 |
Laatst Bijgewerkt | 2020-06-25 |
Publicatiedatum | 2020-06-24 |
Beoordeling | 3.95/5 Totaal 41 Beoordelingen |
Ontwikkelaar | Vinay Kumar |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://technobowli.blogspot.in/ |
Help Pagina-URL | https://github.com/gnulinooks/AliasLinks/issues |
Ondersteunde Talen | 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" ] } |