Fiverr Shortcut - Make your shortcut for $5!

Fiverr.com always just a click away.

Qu'est-ce que Fiverr Shortcut - Make your shortcut for $5! ?

Fiverr Shortcut - Make your shortcut for $5! est une extension Chrome développée par StatsDevelopment, et sa fonction principale est "Fiverr.com always just a click away.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fiverr Shortcut - Make your shortcut for $5!

Téléchargez les fichiers d'extension Fiverr Shortcut - Make your shortcut for $5! 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

                        This simple extension creates a shortcut on your toolbar which links you directly to the fiverr.com website.

For just $5, I will publish a similar shortcut for your own website/blog on the chrome store.

Check out the gig here:
http://www.fiverr.com/jackcollins940/make-a-chrome-extension-which-links-to-your-website

***This chrome extension is not an official product of Fiverr and the developer is in no way affiliated with Fiverr***                    

Informations de Base sur l'Extension

Nom Fiverr Shortcut - Make your shortcut for $5! Fiverr Shortcut - Make your shortcut for $5!
ID empkjaloohhfhmnjmogomjgphlnadpmm
URL Officiel https://chromewebstore.google.com/detail/fiverr-shortcut-make-your/empkjaloohhfhmnjmogomjgphlnadpmm
Description Fiverr.com always just a click away.
Taille du Fichier 115 KB
Nombre d'Installations 558
Version Actuelle 0.0.1
Dernière Mise à Jour 2014-07-08
Date de Publication 2014-07-08
Évaluation 4.86/5 Total 7 Évaluations
Développeur StatsDevelopment
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fiverr Shortcut - Make your shortcut for $5!",
    "short_name": "Fiverr Shortcut",
    "version": "0.0.1",
    "description": "Fiverr.com always just a click away.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "thumbsUp.png"
    },
    "icons": {
        "128": "thumbsUp.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.2.min.js"
            ],
            "matches": [
                "http:\/\/www.fiverr.com\/*",
                "https:\/\/www.fiverr.com\/*"
            ]
        }
    ]
}