TaoBao Tool Kit

This tool kit makes browsing for reps on taobao much easier.

TaoBao Tool Kitคืออะไร?

TaoBao Tool Kit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jake Koziol และคุณลักษณะหลักของมันคือ "This tool kit makes browsing for reps on taobao much easier."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TaoBao Tool Kit

ดาวน์โหลดไฟล์ส่วนขยาย TaoBao Tool Kit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Have you ever been browsing Taobao, shifting from tab to tab converting links, looking for reviews and adding link into a unorganized list. Struggle no more! With the TaoBao Tool Kid all you have to do is download the extension and you can use Taobao to its full capability with only one tab. With this tool kit you can view Reddit reviews on each individual item, save links that you find interesting for later without even changing the page and convert TaoBao links with a click of a button.

Features:
 + Reddit Review Searcher
 + TaoBao Link Converter
 + Link Saver
 + Auto link inserter for easy browsing
 + More to come with your support!
 + Agent links(New feature as of version 0.3)

Updated:

Just updated to find 2 times as many reviews and QC pictures from new sources. Also added in agent links that reddirect you to the page of you agent                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TaoBao Tool Kit TaoBao Tool Kit
ID gflddldjbpicggpbdnnneblblockmmli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/taobao-tool-kit/gflddldjbpicggpbdnnneblblockmmli
คำอธิบาย This tool kit makes browsing for reps on taobao much easier.
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2018-02-06
วันที่เผยแพร่ 2018-02-05
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Jake Koziol
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TaoBao Tool Kit",
    "description": "This tool kit makes browsing for reps on taobao much easier.",
    "version": "0.3",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}