Fiverr Shortcut - Make your shortcut for $5!
Fiverr.com always just a click away.
Was ist Fiverr Shortcut - Make your shortcut for $5!?
Fiverr Shortcut - Make your shortcut for $5! ist eine Chrome-Erweiterung, die von StatsDevelopment entwickelt wurde, und ihr Hauptmerkmal ist "Fiverr.com always just a click away.".
Erweiterungsscreenshots
Fiverr Shortcut - Make your shortcut for $5!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fiverr Shortcut - Make your shortcut for $5!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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***                     Grundlegende Informationen zur Erweiterung
| Name |  | 
| ID | empkjaloohhfhmnjmogomjgphlnadpmm | 
| Offizielle URL | https://chromewebstore.google.com/detail/fiverr-shortcut-make-your/empkjaloohhfhmnjmogomjgphlnadpmm | 
| Beschreibung | Fiverr.com always just a click away. | 
| Dateigröße | 115 KB | 
| Installationsanzahl | 558 | 
| Aktuelle Version | 0.0.1 | 
| Letztes Update | 2014-07-08 | 
| Veröffentlichungsdatum | 2014-07-08 | 
| Bewertung | 4.86/5 Insgesamt 7 Bewertungen | 
| Entwickler | StatsDevelopment | 
| Zahlungsart | free | 
| Unterstützte Sprachen | 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\/*"
            ]
        }
    ]
} | |