17Track Search

A simple context menu that adds a 17Track Search function for selected text/tracking numbers

什麼是17Track Search?

17Track Search是由Retherichus開發的Chrome擴展程式,該擴展的主要功能是“A simple context menu that adds a 17Track Search function for selected text/tracking numbers”。

擴展截圖

screenshot
screenshot

下載17Track Search擴展crx文件

下載17Track Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        If you're an active Aliexpress user that likes to check with the tracking updates all the time, then this might be just the thing for you!

This will make it a little bit easier to look up your parcels, simply just select the tracking number by marking it, then right click it!.. and finally you should have the option to search it up directly on 17Track.  (opens up in a new tab!)


//End note, this was mostly just made for personal use, but others might find this useful too, so.. enjoy!                    

擴展基本資訊

名稱 17Track Search 17Track Search
ID ckfgionbnoegdmpphlnpaeklopolmgmi
官方網址 https://chromewebstore.google.com/detail/17track-search/ckfgionbnoegdmpphlnpaeklopolmgmi
簡介 A simple context menu that adds a 17Track Search function for selected text/tracking numbers
檔案大小 4.13 KB
安裝次數 1,570
目前版本 1.0.0.1
更新時間 2016-03-16
上架時間 2016-03-15
評分 3.88/5 共 26 次評分
開發者 Retherichus
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "17Track Search",
    "description": "A simple context menu that adds a 17Track Search function for selected text\/tracking numbers",
    "version": "1.0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "menu.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    }
}