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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में URL Alias एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
        }
    }
}