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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jakemcnicholl และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Aliases

ดาวน์โหลดไฟล์ส่วนขยาย Web Aliases ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            }
        }
    }
}