Create Short URL

Generate short URLs using bit.ly

Wat is Create Short URL?

Create Short URL is een Chrome-extensie ontwikkeld door portsaidalenbi, en de belangrijkste functie is "Generate short URLs using bit.ly".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Create Short URL

Download Create Short URL-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

                        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.                    

Basisinformatie over de Extensie

Naam Create Short URL Create Short URL
ID iobhlofholalpkgbeoeobhckdmfpcpce
Officiële URL https://chrome.google.com/webstore/detail/create-short-url/iobhlofholalpkgbeoeobhckdmfpcpce
Beschrijving Generate short URLs using bit.ly
Bestandsgrootte 25.01 KB
Aantal Installaties 10,000
Huidige Versie 0.1
Laatst Bijgewerkt 2013-12-22
Publicatiedatum 2013-12-22
Beoordeling 1.64/5 Totaal 11 Beoordelingen
Ontwikkelaar portsaidalenbi
Betalingswijze free
Ondersteunde Talen 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
}