Taobao Link Converter
Taobao Mobile to Web link converter
Taobao Link Converterคืออะไร?
Taobao Link Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mohid และคุณลักษณะหลักของมันคือ "Taobao Mobile to Web link converter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taobao Link Converter
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |