Taobao Link Converter
Taobao Mobile to Web link converter
什么是Taobao Link Converter?
Taobao Link Converter是由Mohid开发的Chrome扩展程序,该扩展的主要功能是“Taobao Mobile to Web link converter”。
扩展截图
下载Taobao Link Converter扩展crx文件
下载Taobao Link Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Taobao Link Converter converts Taobao mobile links to desktop links, including links with spaces between them, Superbuy links, and World.Taobao links. This extension also saves successfully converted links in the history tab for you to go back on and check out again. This extension also converts links without you having to open up the extension tab by allowing you to highlight and right click on links and will open a new tab with the newly converted link.
扩展基本信息
名称 | |
ID | bkcmmoagbpjhpniaonpbohlbpgmnifde |
官方URL | https://chrome.google.com/webstore/detail/bkcmmoagbpjhpniaonpbohlbpgmnifde |
简介 | Taobao Mobile to Web link converter |
文件大小 | 20.78 KB |
安装次数 | 842 |
当前版本 | 1.1 |
更新时间 | 2020-08-24 |
上架时间 | 2020-08-02 |
开发者 | Mohid |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Taobao Link Converter", "version": "1.1", "description": "Taobao Mobile to Web link converter", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "16": "linkLogo16.png", "48": "linkLogo48.png", "128": "linkLogo128.png" }, "permissions": [ "contextMenus", "storage", "tabs" ] } |