Alias Links
Aliasing the links that we hardly remember. Set a unique word for a link.
Apa itu Alias Links?
Alias Links adalah ekstensi Chrome yang dikembangkan oleh Vinay Kumar, dan fitur utamanya adalah "Aliasing the links that we hardly remember. Set a unique word for a link.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Alias Links
Unduh file ekstensi Alias Links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Alias Links |
ID | hnmffkbofelpmfnimaicmkdhimnaegla |
URL Resmi | https://chromewebstore.google.com/detail/alias-links/hnmffkbofelpmfnimaicmkdhimnaegla |
Deskripsi | Aliasing the links that we hardly remember. Set a unique word for a link. |
Ukuran File | 65.29 KB |
Jumlah Instalasi | 556 |
Versi Saat Ini | 1.4.3 |
Terakhir Diperbarui | 2020-06-25 |
Tanggal Publikasi | 2020-06-24 |
Penilaian | 3.95/5 Total 41 Penilaian |
Pengembang | Vinay Kumar |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://technobowli.blogspot.in/ |
URL Halaman Bantuan | https://github.com/gnulinooks/AliasLinks/issues |
Bahasa yang Didukung | 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" ] } |