Fiverr Shortcut - Make your shortcut for $5!

Fiverr.com always just a click away.

Fiverr Shortcut - Make your shortcut for $5! क्या है?

Fiverr Shortcut - Make your shortcut for $5! StatsDevelopment द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fiverr.com always just a click away."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fiverr Shortcut - Make your shortcut for $5! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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***                    

एक्सटेंशन की मूल जानकारी

नाम Fiverr Shortcut - Make your shortcut for $5! Fiverr Shortcut - Make your shortcut for $5!
ID empkjaloohhfhmnjmogomjgphlnadpmm
आधिकारिक URL https://chromewebstore.google.com/detail/fiverr-shortcut-make-your/empkjaloohhfhmnjmogomjgphlnadpmm
विवरण Fiverr.com always just a click away.
फ़ाइल का आकार 115 KB
स्थापना संख्या 558
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2014-07-08
प्रकाशन तिथि 2014-07-08
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर StatsDevelopment
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}