Alias Links
Aliasing the links that we hardly remember. Set a unique word for a link.
Alias Links란 무엇입니까?
Alias Links은(는) Vinay Kumar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Aliasing the links that we hardly remember. Set a unique word for a link."입니다.
확장 프로그램 스크린샷
Alias Links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Alias Links |
ID | hnmffkbofelpmfnimaicmkdhimnaegla |
공식 URL | https://chromewebstore.google.com/detail/alias-links/hnmffkbofelpmfnimaicmkdhimnaegla |
설명 | Aliasing the links that we hardly remember. Set a unique word for a link. |
파일 크기 | 65.29 KB |
설치 횟수 | 556 |
현재 버전 | 1.4.3 |
최근 업데이트 | 2020-06-25 |
출시 날짜 | 2020-06-24 |
평점 | 3.95/5 총 41 개의 평점 |
개발자 | Vinay Kumar |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://technobowli.blogspot.in/ |
도움말 페이지 URL | https://github.com/gnulinooks/AliasLinks/issues |
지원되는 언어 | 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" ] } |