URL Aliaser

Give alias to frequently visited URLs.

What is URL Aliaser?

URL Aliaser is a Chrome extension developed by Shivansh Rakesh, and its main feature is "Give alias to frequently visited URLs.".

Extension Screenshots

screenshot

Download URL Aliaser Extension CRX File

Download URL Aliaser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Bored of typing those long URLs again and again? Get rid of it with this extension. It enables a user to add aliases (or URL shortcuts) for frequently visited website URLs, thus saving time!

- Add multiple placeholders for easier navigation.
- Sync with Google Account to access on all signed in devices.

Click on 'Add to Chrome' above. Navigate to 'Options' after clicking the URL Aliaser icon right near the address bar for the usage instructions and managing aliases.                    

Extension Basic Information

Name URL Aliaser URL Aliaser
ID dpmjkbfpciagadmabadpflnhlkhcaaii
Official URL https://chromewebstore.google.com/detail/url-aliaser/dpmjkbfpciagadmabadpflnhlkhcaaii
Description Give alias to frequently visited URLs.
File Size 1.27 MB
Installation Count 30
Current Version 1.3.3
Last Updated 2021-04-01
Publish Date 2020-06-15
Rating 5.00/5 Total 7 Ratings
Developer Shivansh Rakesh
Email [email protected]
Payment Type free
Extension Website https://github.com/ShivanshRakesh/url-aliaser/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Aliaser",
    "version": "1.3.3",
    "author": "Shivansh Rakesh",
    "description": "Give alias to frequently visited URLs.",
    "icons": {
        "128": "images\/icon.png"
    },
    "options_page": "options_pg.html",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg_script.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}