微信跳转淘宝
微信PC端自动跳转淘宝
What is 微信跳转淘宝?
微信跳转淘宝 is a Chrome extension developed by yangqionggo, and its main feature is "微信PC端自动跳转淘宝".
Extension Screenshots
Download 微信跳转淘宝 Extension CRX File
Download 微信跳转淘宝 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
该插件可以实现在电脑端微信聊天对话框中打开淘宝链接自动跳转。、
Extension Basic Information
Name | 微信跳转淘宝 |
ID | ecaiomgnehadgcdmkfjjjbcojmnlcmcd |
Official URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E8%B7%B3%E8%BD%AC%E6%B7%98%E5%AE%9D/ecaiomgnehadgcdmkfjjjbcojmnlcmcd |
Description | 微信PC端自动跳转淘宝 |
File Size | 3.12 KB |
Installation Count | 35 |
Current Version | 1.1.0 |
Last Updated | 2021-07-02 |
Publish Date | 2017-11-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | yangqionggo |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u5fae\u4fe1\u8df3\u8f6c\u6dd8\u5b9d", "description": "\u5fae\u4fe1PC\u7aef\u81ea\u52a8\u8df3\u8f6c\u6dd8\u5b9d", "version": "1.1.0", "content_scripts": [ { "matches": [ "https:\/\/weixin110.qq.com\/*" ], "js": [ "index.js" ] } ] } |