Create Short URL

Generate short URLs using bit.ly

Was ist Create Short URL?

Create Short URL ist eine Chrome-Erweiterung, die von portsaidalenbi entwickelt wurde, und ihr Hauptmerkmal ist "Generate short URLs using bit.ly".

Erweiterungsscreenshots

screenshot

Create Short URL-Erweiterungs-CRX-Datei herunterladen

Laden Sie Create Short URL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension enables you to quickly create shortcut links to your Bit.ly account. Simply navigate to the link you want to save and select "Create Short URL" from the context menu.                    

Grundlegende Informationen zur Erweiterung

Name Create Short URL Create Short URL
ID iobhlofholalpkgbeoeobhckdmfpcpce
Offizielle URL https://chrome.google.com/webstore/detail/create-short-url/iobhlofholalpkgbeoeobhckdmfpcpce
Beschreibung Generate short URLs using bit.ly
Dateigröße 25.01 KB
Installationsanzahl 10,000
Aktuelle Version 0.1
Letztes Update 2013-12-22
Veröffentlichungsdatum 2013-12-22
Bewertung 1.64/5 Insgesamt 11 Bewertungen
Entwickler portsaidalenbi
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Create Short URL",
    "description": "Generate short URLs using bit.ly",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}