타오바오 링크 변환기
타오바오 모바일 링크를 쉽게 변환해줍니다! made by hjreps 보촐
What is 타오바오 링크 변환기?
타오바오 링크 변환기 is a Chrome extension developed by Eric, and its main feature is "타오바오 모바일 링크를 쉽게 변환해줍니다! made by hjreps 보촐".
Extension Screenshots
Download 타오바오 링크 변환기 Extension CRX File
Download 타오바오 링크 변환기 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
PC로 모바일 버전 타오바오 상품페이지에 접속하면 자동으로 PC버전 페이지로 전환되지 않아 화면이 크게 보이고 사이트를 이용하는데 많은 제약이 발생합니다. 해당 확장프로그램을 이용하면 PC에서 클릭 몇번으로 손쉽게 모바일버전 타오바오 상품 페이지를 PC버전 링크로 변환할 수 있습니다. 페이지 단순 변환 뿐만 아니라 새 탭에서 변환된 링크를 열거나, 변환된 페이지를 클립보드에 저장하는 편리한 기능도 제공합니다.
Extension Basic Information
Name | |
ID | bihalnbbfdopnhkhdejnpgjcafifloal |
Official URL | https://chromewebstore.google.com/detail/%ED%83%80%EC%98%A4%EB%B0%94%EC%98%A4-%EB%A7%81%ED%81%AC-%EB%B3%80%ED%99%98%EA%B8%B0/bihalnbbfdopnhkhdejnpgjcafifloal |
Description | 타오바오 모바일 링크를 쉽게 변환해줍니다! made by hjreps 보촐 |
File Size | 8.99 KB |
Installation Count | 411 |
Current Version | 1.0.0 |
Last Updated | 2021-07-14 |
Publish Date | 2021-07-14 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Eric |
[email protected] | |
Payment Type | free |
Supported Languages | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "\ubcf4\ucd10", "manifest_version": 2, "name": "\ud0c0\uc624\ubc14\uc624 \ub9c1\ud06c \ubcc0\ud658\uae30", "description": "\ud0c0\uc624\ubc14\uc624 \ubaa8\ubc14\uc77c \ub9c1\ud06c\ub97c \uc27d\uac8c \ubcc0\ud658\ud574\uc90d\ub2c8\ub2e4! made by hjreps \ubcf4\ucd10", "version": "1.0.0", "default_locale": "ko", "content_scripts": [ { "matches": [ "https:\/\/item.taobao.com\/*", "*:\/\/m.intl.taobao.com\/*" ], "js": [ "scripts\/taobaoContentScript.js" ], "all_frames": true } ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "icons": { "16": "\/imgs\/icon.png", "32": "\/imgs\/icon.png", "48": "\/imgs\/icon.png", "128": "\/imgs\/icon.png" }, "permissions": [ "*:\/\/*.taobao.com\/*", "*:\/\/*.tmall.com\/*", "contextMenus" ] } |