Copy taobao item ID
This extension will copy taobao item's url with out unnecessary.
Wat is Copy taobao item ID?
Copy taobao item ID is een Chrome-extensie ontwikkeld door Sakikiaya, en de belangrijkste functie is "This extension will copy taobao item's url with out unnecessary.".
Download het CRX-bestand van de extensie Copy taobao item ID
Download Copy taobao item ID-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | kjbledabmoclpkidfkhacgmdmkdplodi |
Officiële URL | https://chrome.google.com/webstore/detail/kjbledabmoclpkidfkhacgmdmkdplodi |
Beschrijving | This extension will copy taobao item's url with out unnecessary. |
Bestandsgrootte | 12.12 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2017-12-21 |
Publicatiedatum | 2017-12-21 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Sakikiaya |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |