Short Item URL for eBay

Simple URL shortener for eBay listings, using no 3rd party service but eBay itself.

Short Item URL for eBayคืออะไร?

Short Item URL for eBay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rado และคุณลักษณะหลักของมันคือ "Simple URL shortener for eBay listings, using no 3rd party service but eBay itself."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Short Item URL for eBay

ดาวน์โหลดไฟล์ส่วนขยาย Short Item URL for eBay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ever tried to share the link to the perfect gizmo you just found on eBay with your friends, only to find that the URL is so long it eats up several lines of your chat window? Ever wondered why the eBay URLs are often so ridiculously long?

This extension comes to the rescue and will allow you to copy the short version of the URL into your clipboard with a single click. Useful for easy sharing on social networks and via instant messaging. Forget those with multi-line URLs!

How it works: unlike the usual URL shorteners, this one does not rely on any 3rd party service. What it actually does is strip all of the unnecessary parts of the item URL, like search parameters or product description, leaving only the bare minimum (the domain and the item ID) for a nice, short URL that's easy to share.

The extension currently supports 18 international eBay sites, including ebay.com, ebay.co.uk, ebay.de, ebay.com.au and many others.

Think you've found a bug? Let me know and I'll see what I can do.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Short Item URL for eBay Short Item URL for eBay
ID emgmdefehhcobfgljhdgifdccegenocg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/short-item-url-for-ebay/emgmdefehhcobfgljhdgifdccegenocg
คำอธิบาย Simple URL shortener for eBay listings, using no 3rd party service but eBay itself.
ขนาดไฟล์ 45.42 KB
จำนวนการติดตั้ง 1,334
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2019-11-24
วันที่เผยแพร่ 2019-11-24
คะแนน 4.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Rado
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Short Item URL for eBay",
    "description": "Simple URL shortener for eBay listings, using no 3rd party service but eBay itself.",
    "version": "0.2.0",
    "icons": {
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "clipboardWrite"
    ]
}