Copy taobao item ID

This extension will copy taobao item's url with out unnecessary.

Was ist Copy taobao item ID?

Copy taobao item ID ist eine Chrome-Erweiterung, die von Sakikiaya entwickelt wurde, und ihr Hauptmerkmal ist "This extension will copy taobao item's url with out unnecessary.".

Copy taobao item ID-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy taobao item ID-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension will copy taobao item's url with out unnecessary.

淘寶的商品網址總是會添加一些不重要的訊息,這點使我們在分享該商品時如果直接複製該網址貼在社群軟體中,將會因為版面過大造成閱讀上的困擾。

本套件將自動辨識網址,複製於剪貼簿中的網址將只會有重要的商品序號,提供給中國以外的朋友在分享時能夠得到簡潔的網址。

======
使用方式
======

<1> 確保商品網址與支援網站相符,若非淘寶網站將顯示not taobao
<2> 點選本套件icon,套件會自動辨識商品序號,並複製於剪貼簿
<3> 複製成功會於彈出視窗中顯示商品序號

======
目前支援網址格式:
 淘寶中國站(https://item.taobao.com/item.htm?id=000000000000)
 淘寶國際站(https://world.taobao.com/item/000000000000.htm)
 天貓中國站(https://detail.tmall.com/item.htm?id=000000000000)
 天貓國際站(https://world.tmall.com/item/000000000000.htm)

=====
更新日誌

v1.0
 支援
 + 淘寶中國站(https://item.taobao.com/item.htm?id=000000000000)
 + 天貓中國站(https://detail.tmall.com/item.htm?id=000000000000)

v1.1
 額外支援
 + 淘寶國際站(https://world.taobao.com/item/000000000000.htm)

v1.1.1
 額外支援
 + 天貓國際站(https://world.tmall.com/item/000000000000.htm)                    

Grundlegende Informationen zur Erweiterung

Name Copy taobao item ID Copy taobao item ID
ID kjbledabmoclpkidfkhacgmdmkdplodi
Offizielle URL https://chrome.google.com/webstore/detail/kjbledabmoclpkidfkhacgmdmkdplodi
Beschreibung This extension will copy taobao item's url with out unnecessary.
Dateigröße 12.12 KB
Installationsanzahl 46
Aktuelle Version 1.1.1
Letztes Update 2017-12-21
Veröffentlichungsdatum 2017-12-21
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Sakikiaya
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy taobao item ID",
    "description": "This extension will copy taobao item's url with out unnecessary.",
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}