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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
        }
    }
}