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”。
扩展截图
下载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 |
ID | ckfgionbnoegdmpphlnpaeklopolmgmi |
官方URL | 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" } } |