TaoBao Tool Kit

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

什麼是TaoBao Tool Kit?

TaoBao Tool Kit是由Jake Koziol開發的Chrome擴展程式,該擴展的主要功能是“This tool kit makes browsing for reps on taobao much easier.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載TaoBao Tool Kit擴展crx文件

下載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
官方網址 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"
    ]
}