URL Alias
URL Alias allows the user to define a short alias for a url, in order to access websites faster.
URL Alias란 무엇입니까?
URL Alias은(는) Merve Sahin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "URL Alias allows the user to define a short alias for a url, in order to access websites faster."입니다.
확장 프로그램 스크린샷
URL Alias 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'
확장 프로그램 기본 정보
이름 | URL Alias |
ID | fchefaeihhednjnhhpfffibfbojdcmhk |
공식 URL | https://chromewebstore.google.com/detail/url-alias/fchefaeihhednjnhhpfffibfbojdcmhk |
설명 | URL Alias allows the user to define a short alias for a url, in order to access websites faster. |
파일 크기 | 94.77 KB |
설치 횟수 | 215 |
현재 버전 | 1.5 |
최근 업데이트 | 2022-03-08 |
출시 날짜 | 2020-09-06 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | Merve Sahin |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Merve40/url-alias |
도움말 페이지 URL | https://github.com/Merve40/url-alias |
지원되는 언어 | 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" } } } |