Shorten Shopping URL
Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share.
Shorten Shopping URL란 무엇입니까?
Shorten Shopping URL은(는) Beɳ Pesso에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share."입니다.
확장 프로그램 스크린샷
Shorten Shopping URL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Takes super-long URLs from shopping sites like Amazon, AliExpress, Walmart and more, and cleans the URL to a much shorter, friendlier version you can share with others. Why use this... https://www.amazon.com/TABLETOPICS-Best-Things-Ever-Conversations/dp/B00XQ6P9UG/ref=sr_1_1?ie=UTF8&qid=1526466476&sr=8-1&keywords=best+thing+ever When you can use this?: https://www.amazon.com/dp/B00XQ6P9UG/ Just click on the icon, and the new URL will be copied to your clipboard automatically. Currently supported merchants: AliExpress, Amazon, Costco, eBay and Walmart. If you'd like another merchant to be added, just drop me a note.
확장 프로그램 기본 정보
이름 | |
ID | hgglgphejkbdeehekiapanggdnbmknjm |
공식 URL | https://chromewebstore.google.com/detail/shorten-shopping-url/hgglgphejkbdeehekiapanggdnbmknjm |
설명 | Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share. |
파일 크기 | 13.79 KB |
설치 횟수 | 103 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2024-02-27 |
출시 날짜 | 2019-06-16 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Beɳ Pesso |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.1", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "action": { "default_icon": { "19": "images\/icon-38.png" }, "default_title": "Shorten Shopping URL" }, "background": { "service_worker": "worker.js" }, "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "activeTab", "contextMenus", "declarativeContent", "clipboardWrite", "scripting", "storage" ] } |