净化淘宝链接

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

什麼是净化淘宝链接?

净化淘宝链接是由https://eallion.com開發的Chrome擴展程式,該擴展的主要功能是“净化淘宝链接,支持:淘宝、天猫、1688。”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載净化淘宝链接擴展crx文件

下載净化淘宝链接擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 净化淘宝链接 净化淘宝链接
ID npokdddpckpfhlecbgmplgcidebjmkfm
官方網址 https://chromewebstore.google.com/detail/%E5%87%80%E5%8C%96%E6%B7%98%E5%AE%9D%E9%93%BE%E6%8E%A5/npokdddpckpfhlecbgmplgcidebjmkfm
簡介 净化淘宝链接,支持:淘宝、天猫、1688。
檔案大小 88.69 KB
安裝次數 178
目前版本 1.0.1
更新時間 2019-04-04
上架時間 2019-04-04
評分 5.00/5 共 1 次評分
開發者 https://eallion.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://eallion.com
支援的語言 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"
        }
    ]
}