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은(는) Rado에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple URL shortener for eBay listings, using no 3rd party service but eBay itself."입니다.
확장 프로그램 스크린샷
Short Item URL for eBay 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |