Taobao Link Converter
Taobao Mobile to Web link converter
What is Taobao Link Converter?
Taobao Link Converter is a Chrome extension developed by Mohid, and its main feature is "Taobao Mobile to Web link converter".
Extension Screenshots
Download Taobao Link Converter Extension CRX File
Download Taobao Link Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bkcmmoagbpjhpniaonpbohlbpgmnifde |
Official URL | https://chrome.google.com/webstore/detail/bkcmmoagbpjhpniaonpbohlbpgmnifde |
Description | Taobao Mobile to Web link converter |
File Size | 20.78 KB |
Installation Count | 842 |
Current Version | 1.1 |
Last Updated | 2020-08-24 |
Publish Date | 2020-08-02 |
Developer | Mohid |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |