jShort

jShort everything, everywhere

Cos'è jShort?

jShort è un'estensione di Chrome sviluppata da http://jota.pm, e la sua funzione principale è "jShort everything, everywhere".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione jShort

Scarica i file di estensione jShort in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The jShort you already know and love, now on Chrome! Click the jShort icon to create a custom URL for the current page, or right click any link/image and click "jShort it!".
If the URL is an image you can easily upload it to jShort's servers so you'll be sure that everyone can see it.
The shortened URL is automatically copied to your clipboard, so you can easily share it.
And you can see all the URLs you've shortened, just click the "History" link.

jShort® Chrome® extension - jShort everything, everywhere™                    

Informazioni di Base sull'Estensione

Nome jShort jShort
ID nffegakdlnmmjflockgidjhnpooelkcc
URL Ufficiale https://chrome.google.com/webstore/detail/jshort/nffegakdlnmmjflockgidjhnpooelkcc
Descrizione jShort everything, everywhere
Dimensione del File 166 KB
Conteggio Installazioni 12
Versione Corrente 1.2
Ultimo Aggiornamento 2013-04-02
Data di Pubblicazione 2013-04-02
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore http://jota.pm
Tipo di Pagamento free
Sito Web dell'Estensione http://jota.pm/jShort
Lingue Supportate en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_title": "jShort"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "jShort everything, everywhere",
    "background": {
        "persistent": true,
        "page": "src\/bg\/background.html"
    },
    "name": "jShort",
    "permissions": [
        "",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "tabs",
        "storage"
    ],
    "icons": {
        "48": "icons\/icon_048.png",
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_016.png"
    },
    "homepage_url": "http:\/\/jota.pm\/jShort",
    "manifest_version": 2,
    "version": "1.2"
}