URL Alias

Set URL aliases ('m/' goes to 'mail.google.com')

Wat is URL Alias?

URL Alias is een Chrome-extensie ontwikkeld door https://goel.io, en de belangrijkste functie is "Set URL aliases ('m/' goes to 'mail.google.com')".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URL Alias

Download URL Alias-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

                        A handy Chrome extension to set URL aliases. ("m/" goes to "mail.google.com" etc)

## Features

#### Static aliases
m (Alias) -> https://mail.google.com (Redirect)

#### Dynamic aliases
You can use ### as a placeholder and anything matching that pattern will be replaced.
Example:
--- r/### (Alias) -> http://reddit.com/r/### (Redirect)

#### Aliases synced with Google Account
All settings are synced with Google and available even if you change computers.

Source: https://github.com/karan/chrome-url-alias                    

Basisinformatie over de Extensie

Naam URL Alias URL Alias
ID nelckmdlallhkgniidbfafekeldjnakb
Officiële URL https://chromewebstore.google.com/detail/url-alias/nelckmdlallhkgniidbfafekeldjnakb
Beschrijving Set URL aliases ('m/' goes to 'mail.google.com')
Bestandsgrootte 22.55 KB
Aantal Installaties 1,639
Huidige Versie 0.0.1
Laatst Bijgewerkt 2015-08-27
Publicatiedatum 2015-08-26
Beoordeling 3.50/5 Totaal 10 Beoordelingen
Ontwikkelaar https://goel.io
Betalingswijze free
Extensiewebsite https://github.com/karan/chrome-url-alias
Help Pagina-URL https://github.com/karan/chrome-url-alias/issues
Ondersteunde Talen en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "author": "Karan Goel",
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/storage.googleapis.com https:\/\/fonts.googleapis.com; object-src 'self'",
    "description": "Set URL aliases ('m\/' goes to 'mail.google.com')",
    "homepage_url": "https:\/\/github.com\/karan\/chrome-url-alias",
    "icons": {
        "128": "icon-128.png",
        "96": "icon-96.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "name": "URL Alias",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}