Create Short URL

Generate short URLs using bit.ly

Vad är Create Short URL?

Create Short URL är en Chrome-tillägg utvecklad av portsaidalenbi, och dess huvudfunktion är "Generate short URLs using bit.ly".

Tilläggsskärmbilder

screenshot

Ladda ner Create Short URL-förlängningens CRX-fil

Ladda ner Create Short URL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Create Short URL Create Short URL
ID iobhlofholalpkgbeoeobhckdmfpcpce
Officiell webbadress https://chrome.google.com/webstore/detail/create-short-url/iobhlofholalpkgbeoeobhckdmfpcpce
Beskrivning Generate short URLs using bit.ly
Filstorlek 25.01 KB
Antal Installationer 10,000
Aktuell Version 0.1
Senast Uppdaterad 2013-12-22
Publiceringsdatum 2013-12-22
Betyg 1.64/5 Totalt 11 Betyg
Utvecklare portsaidalenbi
Betalningssätt free
Stödda Språk 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
}