URL Alias

URL Alias allows the user to define a short alias for a url, in order to access websites faster.

URL Alias là gì?

URL Alias là một tiện ích mở rộng Chrome được phát triển bởi Merve Sahin, và tính năng chính của nó là "URL Alias allows the user to define a short alias for a url, in order to access websites faster.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng URL Alias

Tải xuống các tệp mở rộng URL Alias dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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'                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên URL Alias URL Alias
ID fchefaeihhednjnhhpfffibfbojdcmhk
URL Chính Thức https://chromewebstore.google.com/detail/url-alias/fchefaeihhednjnhhpfffibfbojdcmhk
Mô tả URL Alias allows the user to define a short alias for a url, in order to access websites faster.
Kích Thước Tệp 94.77 KB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2022-03-08
Ngày Phát Hành 2020-09-06
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Merve Sahin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Merve40/url-alias
URL Trang Trợ Giúp https://github.com/Merve40/url-alias
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}