Taobao Helper
An extension to convert mobile Taobao links to desktop
什么是Taobao Helper?
Taobao Helper是由connor开发的Chrome扩展程序,该扩展的主要功能是“An extension to convert mobile Taobao links to desktop”。
扩展截图
下载Taobao Helper扩展crx文件
下载Taobao Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just a simple extension that uses taobaotools.github.io in a easier format. Not very pretty, but I am open to suggestions on what I should do to it. Feel free to message me on reddit and if you repost this please give me credit.
Reddit: /u/monarch8
Credit: https://taobaotools.github.io/ 扩展基本信息
| 名称 | |
| ID | dmmjgpipjihffbidamjgookdbmocfbij |
| 官方URL | https://chromewebstore.google.com/detail/taobao-helper/dmmjgpipjihffbidamjgookdbmocfbij |
| 简介 | An extension to convert mobile Taobao links to desktop |
| 文件大小 | 14.8 KB |
| 安装次数 | 242 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-09-17 |
| 上架时间 | 2018-09-17 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | connor |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Taobao Helper",
"version": "1.0",
"description": "An extension to convert mobile Taobao links to desktop",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png"
},
"browser_action": {
"default_icon": "images\/icon16.png",
"default_popup": "index.html"
}
} | |