인벤겟썸
인벤 게시글의 썸네일 원본 이미지를 바로 열 수 있습니다.
What is 인벤겟썸?
인벤겟썸 is a Chrome extension developed by undefcat, and its main feature is "인벤 게시글의 썸네일 원본 이미지를 바로 열 수 있습니다.".
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
인벤 게시글의 썸네일 부분에서 마우스 오른쪽 버튼을 클릭하시면 썸네일을 바로 열 수 있는 메뉴가 나타납니다.
Extension Basic Information
Name | |
ID | nojjmdjggbjnncgndpfcdnjiofkhhick |
Official URL | https://chromewebstore.google.com/detail/%EC%9D%B8%EB%B2%A4%EA%B2%9F%EC%8D%B8/nojjmdjggbjnncgndpfcdnjiofkhhick |
Description | 인벤 게시글의 썸네일 원본 이미지를 바로 열 수 있습니다. |
File Size | 17.8 KB |
Installation Count | 43 |
Current Version | 1.2 |
Last Updated | 2019-07-31 |
Publish Date | 2019-07-30 |
Developer | undefcat |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2, "name": "\uc778\ubca4\uac9f\uc378", "description": "\uc778\ubca4 \uac8c\uc2dc\uae00\uc758 \uc378\ub124\uc77c \uc6d0\ubcf8 \uc774\ubbf8\uc9c0\ub97c \ubc14\ub85c \uc5f4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", "background": { "persistent": false, "scripts": [ "contextMenu.js" ] }, "permissions": [ "contextMenus", "*:\/\/*.inven.co.kr\/*" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |