LinkMaster

Make a short link.

Qu'est-ce que LinkMaster ?

LinkMaster est une extension Chrome développée par https://vufuzi.se, et sa fonction principale est "Make a short link.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension LinkMaster 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

                        Shorten links with a simple click.

You can create short links by clicking the link icon next to the tool on the top right or by using the rightclick-menu on images, HTML5-videos and links.

You'll need a bit.ly account to use this extension. Log in to bitly in the options. If you do not already have an account at Bitly, you can easily register directly or connect with Twitter or Facebook. You'll be able to use your own shortdomain if it is connected to your Bitly account.

~ Changelog ~

Update 18th January 2014:
+ Major redesign
+ Improved code
+ Enchanted popup-box when making links.

Update 24th August 2013:
+ Right-clicking images, videos and links to get a short link now works again.
+ Improved code                    

Informations de Base sur l'Extension

Nom LinkMaster LinkMaster
ID mdgncmfemcgcpdmchnenmkgfdpedokgo
URL Officiel https://chromewebstore.google.com/detail/linkmaster/mdgncmfemcgcpdmchnenmkgfdpedokgo
Description Make a short link.
Taille du Fichier 366 KB
Nombre d'Installations 2,988
Version Actuelle 0.4.2
Dernière Mise à Jour 2015-02-05
Date de Publication 2015-02-05
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://vufuzi.se
Email [email protected]
Type de Paiement free
URL de la Page d'Aide http://vufuzi.com
Langues Prises en Charge en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.ctrl.min.js",
            "notification.ctrl.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "19.png",
        "default_popup": "popup.html"
    },
    "description": "Make a short link.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "LinkMaster",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api-ssl.bitly.com\/",
        "tabs",
        "clipboardWrite",
        "contextMenus",
        "notifications",
        "storage",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.2",
    "web_accessible_resources": [
        "auth.html",
        "48.png"
    ]
}