URL Aliaser

Give alias to frequently visited URLs.

Wat is URL Aliaser?

URL Aliaser is een Chrome-extensie ontwikkeld door Shivansh Rakesh, en de belangrijkste functie is "Give alias to frequently visited URLs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URL Aliaser

Download URL Aliaser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam URL Aliaser URL Aliaser
ID dpmjkbfpciagadmabadpflnhlkhcaaii
Officiële URL https://chromewebstore.google.com/detail/url-aliaser/dpmjkbfpciagadmabadpflnhlkhcaaii
Beschrijving Give alias to frequently visited URLs.
Bestandsgrootte 1.27 MB
Aantal Installaties 30
Huidige Versie 1.3.3
Laatst Bijgewerkt 2021-04-01
Publicatiedatum 2020-06-15
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Shivansh Rakesh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ShivanshRakesh/url-aliaser/
Ondersteunde Talen 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'"
}