Web Aliases

Web Aliases is a Chrome extension that allows users to create nicknames for websites so that users don't have to remember long URLs.

Web Aliases란 무엇입니까?

Web Aliases은(는) jakemcnicholl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Aliases is a Chrome extension that allows users to create nicknames for websites so that users don't have to remember long URLs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Web Aliases 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Web Aliases allows you to create nicknames for your common web page and access them via the search bar.

Simply add a new alias and URL pair.
Type in your newly added alias into your browsers address bar and you will be redirected to your saved URL.

Using Web Aliases means you do not need to use your mouse to navigate to saved websites.

The CTRL + T chrome shortcut lets you open a new browser tab and simply type in your saved alias and you are the at your saved web address, no mouse touches needed.

Web aliases also provides shortcuts so aliases can be added solely through use of the keyboard. 

Keyboard Shortcuts
Default - Opening/Closing the extension	:	CTRL+SHIFT+L
Mac - Opening/Closing the extension		:	COMMAND+SHIFT+L
Navigating Forward						:	TAB
Navigating Back							:	SHIFT+TAB
Adding/Removing Aliases					:	ENTER                    

확장 프로그램 기본 정보

이름 Web Aliases Web Aliases
ID hdempabimjppagbgpiglikbobneoegmp
공식 URL https://chromewebstore.google.com/detail/web-aliases/hdempabimjppagbgpiglikbobneoegmp
설명 Web Aliases is a Chrome extension that allows users to create nicknames for websites so that users don't have to remember long URLs.
파일 크기 2.8 MB
설치 횟수 104
현재 버전 1.0
최근 업데이트 2023-07-25
출시 날짜 2023-05-02
평점 4.75/5 총 4 개의 평점
개발자 jakemcnicholl
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Aliases",
    "version": "1.0",
    "description": "Web Aliases is a Chrome extension that allows users to create nicknames for websites so that users don't have to remember long URLs.",
    "action": {
        "default_popup": "aliases.html"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/search?q=*"
    ],
    "icons": {
        "16": "\/icons\/web_alias_icon_16.png",
        "48": "\/icons\/web_alias_icon_48.png",
        "128": "\/icons\/web_alias_icon_128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    }
}