净化淘宝链接

净化淘宝链接,支持:淘宝、天猫、1688。

What is 净化淘宝链接?

净化淘宝链接 is a Chrome extension developed by https://eallion.com, and its main feature is "净化淘宝链接,支持:淘宝、天猫、1688。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

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

                        打开淘宝、天猫、1688的时候,地址栏的链接总是会多出一些冗余字符,这个插件的目的就是把页面的地址栏链接净化成最纯净的链接。
如:https://item.taobao.com/item.htm?id=551017384075 这样的形式。
支持:淘宝、天猫、1688。                    

Extension Basic Information

Name 净化淘宝链接 净化淘宝链接
ID npokdddpckpfhlecbgmplgcidebjmkfm
Official URL https://chromewebstore.google.com/detail/%E5%87%80%E5%8C%96%E6%B7%98%E5%AE%9D%E9%93%BE%E6%8E%A5/npokdddpckpfhlecbgmplgcidebjmkfm
Description 净化淘宝链接,支持:淘宝、天猫、1688。
File Size 88.69 KB
Installation Count 178
Current Version 1.0.1
Last Updated 2019-04-04
Publish Date 2019-04-04
Rating 5.00/5 Total 1 Ratings
Developer https://eallion.com
Email [email protected]
Payment Type free
Extension Website https://eallion.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u51c0\u5316\u6dd8\u5b9d\u94fe\u63a5",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "\u51c0\u5316\u6dd8\u5b9d\u94fe\u63a5\uff0c\u652f\u6301\uff1a\u6dd8\u5b9d\u3001\u5929\u732b\u30011688\u3002",
    "homepage_url": "https:\/\/eallion.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Clean up",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "bg.html"
    },
    "permissions": [
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "tabs",
        "https:\/\/*.taobao.com\/*",
        "https:\/\/*.tmall.com\/*",
        "https:\/\/*.1688.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.1688.com\/*"
            ],
            "js": [
                "jquery-1.7.2.js",
                "main.js"
            ],
            "run_at": "document_start"
        }
    ]
}