URL Aliaser

Give alias to frequently visited URLs.

Cos'è URL Aliaser?

URL Aliaser è un'estensione di Chrome sviluppata da Shivansh Rakesh, e la sua funzione principale è "Give alias to frequently visited URLs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL Aliaser

Scarica i file di estensione URL Aliaser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome URL Aliaser URL Aliaser
ID dpmjkbfpciagadmabadpflnhlkhcaaii
URL Ufficiale https://chromewebstore.google.com/detail/url-aliaser/dpmjkbfpciagadmabadpflnhlkhcaaii
Descrizione Give alias to frequently visited URLs.
Dimensione del File 1.27 MB
Conteggio Installazioni 30
Versione Corrente 1.3.3
Ultimo Aggiornamento 2021-04-01
Data di Pubblicazione 2020-06-15
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Shivansh Rakesh
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ShivanshRakesh/url-aliaser/
Lingue Supportate 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'"
}