Saupe URL Shrtnr

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

Wat is Saupe URL Shrtnr?

Saupe URL Shrtnr is een Chrome-extensie ontwikkeld door Joel Saupe, en de belangrijkste functie is "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Saupe URL Shrtnr

Download Saupe URL Shrtnr-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

                        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.                    

Basisinformatie over de Extensie

Naam Saupe URL Shrtnr Saupe URL Shrtnr
ID ghefbepohloadbooaphdolhipglahkjb
Officiële URL https://chrome.google.com/webstore/detail/saupe-url-shrtnr/ghefbepohloadbooaphdolhipglahkjb
Beschrijving This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.
Bestandsgrootte 39.61 KB
Aantal Installaties 27
Huidige Versie 2.0
Laatst Bijgewerkt 2016-05-07
Publicatiedatum 2016-05-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Joel Saupe
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://sau.pe/shrtnr/
Ondersteunde Talen 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"
            }
        }
    }
}