Fiverr Shortcut - Make your shortcut for $5!
Fiverr.com always just a click away.
Cos'è Fiverr Shortcut - Make your shortcut for $5!?
Fiverr Shortcut - Make your shortcut for $5! è un'estensione di Chrome sviluppata da StatsDevelopment, e la sua funzione principale è "Fiverr.com always just a click away.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fiverr Shortcut - Make your shortcut for $5!
Scarica i file di estensione Fiverr Shortcut - Make your shortcut for $5! 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
                        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***                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | empkjaloohhfhmnjmogomjgphlnadpmm | 
| URL Ufficiale | https://chromewebstore.google.com/detail/fiverr-shortcut-make-your/empkjaloohhfhmnjmogomjgphlnadpmm | 
| Descrizione | Fiverr.com always just a click away. | 
| Dimensione del File | 115 KB | 
| Conteggio Installazioni | 558 | 
| Versione Corrente | 0.0.1 | 
| Ultimo Aggiornamento | 2014-07-08 | 
| Data di Pubblicazione | 2014-07-08 | 
| Valutazione | 4.86/5 Totale 7 Valutazioni | 
| Sviluppatore | StatsDevelopment | 
| Tipo di Pagamento | free | 
| Lingue Supportate | 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\/*"
            ]
        }
    ]
} | |