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! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย StatsDevelopment และคุณลักษณะหลักของมันคือ "Fiverr.com always just a click away."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fiverr Shortcut - Make your shortcut for $5!

ดาวน์โหลดไฟล์ส่วนขยาย Fiverr Shortcut - Make your shortcut for $5! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}