Saupe URL Shrtnr

This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.

Co je Saupe URL Shrtnr?

Saupe URL Shrtnr je rozšíření Chrome vyvinuté Joel Saupe, a jeho hlavní funkcí je „This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Saupe URL Shrtnr

Stáhněte si soubory rozšíření Saupe URL Shrtnr 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í

                        The Saupe URL Shrtnr extension uses uses the URL shortener at http://sau.pe/shrtnr/ to convert any URL to a short, simple URL. With just the click of the extension's icon, the current page's URL is shortened and copied to your clipboard. This is perfect for sharing a link with friends, or on social media where you don't want the length of your links to take away from all of your sweet, sweet #hashtags.                    

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

Název Saupe URL Shrtnr Saupe URL Shrtnr
ID ghefbepohloadbooaphdolhipglahkjb
Oficiální URL https://chrome.google.com/webstore/detail/saupe-url-shrtnr/ghefbepohloadbooaphdolhipglahkjb
Popis This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.
Velikost souboru 39.61 KB
Počet instalací 27
Aktuální Verze 2.0
Poslední Aktualizace 2016-05-07
Datum Vydání 2016-05-07
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Joel Saupe
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://sau.pe/shrtnr/
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Saupe URL Shrtnr",
    "description": "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            }
        }
    }
}