jShort

jShort everything, everywhere

Qu'est-ce que jShort ?

jShort est une extension Chrome développée par http://jota.pm, et sa fonction principale est "jShort everything, everywhere".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension jShort

Téléchargez les fichiers d'extension jShort au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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™                    

Informations de Base sur l'Extension

Nom jShort jShort
ID nffegakdlnmmjflockgidjhnpooelkcc
URL Officiel https://chrome.google.com/webstore/detail/jshort/nffegakdlnmmjflockgidjhnpooelkcc
Description jShort everything, everywhere
Taille du Fichier 166 KB
Nombre d'Installations 12
Version Actuelle 1.2
Dernière Mise à Jour 2013-04-02
Date de Publication 2013-04-02
Évaluation 5.00/5 Total 4 Évaluations
Développeur http://jota.pm
Type de Paiement free
Site Web de l'Extension http://jota.pm/jShort
Langues Prises en Charge 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"
}