Mini URL - The URL shortener

Shortens the current url and copies it to clipboard

Co je Mini URL - The URL shortener?

Mini URL - The URL shortener je rozšíření Chrome vyvinuté miniurl2016, a jeho hlavní funkcí je „Shortens the current url and copies it to clipboard“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mini URL - The URL shortener

Stáhněte si soubory rozšíření Mini URL - The URL shortener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!                    

Základní Informace o Rozšíření

Název Mini URL - The URL shortener Mini URL - The URL shortener
ID oikjbfhojbdndgcjkjeccfelofhihdai
Oficiální URL https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai
Popis Shortens the current url and copies it to clipboard
Velikost souboru 850 KB
Počet instalací 170
Aktuální Verze 1.1
Poslední Aktualizace 2016-02-26
Datum Vydání 2016-02-26
Hodnocení 4.50/5 Celkem 8 Hodnocení
Vývojář miniurl2016
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini URL - The URL shortener",
    "short_name": "Mini URL",
    "description": "Shortens the current url and copies it to clipboard",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "https:\/\/www.googleapis.com\/"
    ]
}