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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Merve Sahin และคุณลักษณะหลักของมันคือ "URL Alias allows the user to define a short alias for a url, in order to access websites faster."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

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

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

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

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