淘宝链接限制解除工具
淘宝屏蔽了宝贝内容描述中的外部网页链接,本扩展帮助您解除这些限制。
What is 淘宝链接限制解除工具?
淘宝链接限制解除工具 is a Chrome extension developed by Ariel Yang, and its main feature is "淘宝屏蔽了宝贝内容描述中的外部网页链接,本扩展帮助您解除这些限制。".
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
淘宝屏蔽了宝贝内容描述中的外部网页链接,为浏览带来了不便。安装本扩展后,您不必再复制地址到地址栏,而是可以直接点击宝贝内容描述中的外部网页链接即可打开页面了。 更新记录: 1.2.1 版 ------------------------- 1、重新打包,无功能更新。 1.2 版 ------------------------- 1、修正了不能识别部分链接的错误; 2、调整为链接在新页面中打开。 1.1 版 ------------------------- 1、修正了兼容性问题。 1.0 版 ------------------------- 初始功能。
Extension Basic Information
Name | |
ID | jobihkpneokpmdlgoanaldigepellbef |
Official URL | https://chromewebstore.google.com/detail/%E6%B7%98%E5%AE%9D%E9%93%BE%E6%8E%A5%E9%99%90%E5%88%B6%E8%A7%A3%E9%99%A4%E5%B7%A5%E5%85%B7/jobihkpneokpmdlgoanaldigepellbef |
Description | 淘宝屏蔽了宝贝内容描述中的外部网页链接,本扩展帮助您解除这些限制。 |
File Size | 28.74 KB |
Installation Count | 317 |
Current Version | 1.2.1 |
Last Updated | 2014-03-13 |
Publish Date | 2014-03-12 |
Rating | 1.86/5 Total 7 Ratings |
Developer | Ariel Yang |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u6dd8\u5b9d\u94fe\u63a5\u9650\u5236\u89e3\u9664\u5de5\u5177", "version": "1.2.1", "description": "\u6dd8\u5b9d\u5c4f\u853d\u4e86\u5b9d\u8d1d\u5185\u5bb9\u63cf\u8ff0\u4e2d\u7684\u5916\u90e8\u7f51\u9875\u94fe\u63a5\uff0c\u672c\u6269\u5c55\u5e2e\u52a9\u60a8\u89e3\u9664\u8fd9\u4e9b\u9650\u5236\u3002", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/item.taobao.com\/item.htm*", "http:\/\/trade.taobao.com\/trade\/detail\/tradeSnap.htm*" ], "js": [ "script.js" ] } ] } |