Taobao Link Converter
Taobao Mobile to Web link converter
Qu'est-ce que Taobao Link Converter ?
Taobao Link Converter est une extension Chrome développée par Mohid, et sa fonction principale est "Taobao Mobile to Web link converter".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Taobao Link Converter
Téléchargez les fichiers d'extension Taobao Link Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bkcmmoagbpjhpniaonpbohlbpgmnifde |
URL Officiel | https://chrome.google.com/webstore/detail/bkcmmoagbpjhpniaonpbohlbpgmnifde |
Description | Taobao Mobile to Web link converter |
Taille du Fichier | 20.78 KB |
Nombre d'Installations | 842 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-08-24 |
Date de Publication | 2020-08-02 |
Développeur | Mohid |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |