Velog Helper
Velog를 확장된 기능과 함께 사용해보세요.
What is Velog Helper?
Velog Helper is a Chrome extension developed by Junah, and its main feature is "Velog를 확장된 기능과 함께 사용해보세요.".
Extension Screenshots
Download Velog Helper Extension CRX File
Download Velog Helper 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
Velog Helper는 다음과 같은 기능을 지원합니다. • 블로그 북마크 • 블로그 새 글 알림 (사이트 내부 알림, email 알림) • 사이트 내부 디자인 개선 • 수정된 글 알림 (일부 블로그에 한하여) 최근 업데이트 (2023.04.16) • DB를 서울 리전으로 이전하고, 모든 서버를 서버리스 아키텍처로 변경하여 서버 반응 시간이 단축되었습니다. • Velog CSS 변경에 따른 기능 오류를 수정하였습니다. • 더 이상 팔로워가 없을 때에는 팔로워 수를 표시하지 않습니다. 전체 업데이트 내역 • https://github.com/junah201/velog-helper/blob/main/CHANGELOG.md
Extension Basic Information
Name | Velog Helper |
ID | limdbpmjjehbmlnmkmaadbkklkmohbag |
Official URL | https://chromewebstore.google.com/detail/velog-helper/limdbpmjjehbmlnmkmaadbkklkmohbag |
Description | Velog를 확장된 기능과 함께 사용해보세요. |
File Size | 28.4 KB |
Installation Count | 49 |
Current Version | 1.2.2 |
Last Updated | 2023-04-16 |
Publish Date | 2022-08-16 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Junah |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/junah201/velog-helper |
Help Page URL | https://github.com/junah201/velog-helper |
Privacy Policy Page URL | https://junah.notion.site/e297108af58744809dd6b9f1db49efe0 |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Velog Helper", "version": "1.2.2", "action": { "default_popup": ".\/popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } }, "description": "Velog\ub97c \ud655\uc7a5\ub41c \uae30\ub2a5\uacfc \ud568\uaed8 \uc0ac\uc6a9\ud574\ubcf4\uc138\uc694.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "author": "junah201", "background": { "service_worker": ".\/src\/background.js", "type": "module" }, "host_permissions": [ "https:\/\/velog.io\/*", "https:\/\/3t4g2w8kcf.execute-api.ap-northeast-2.amazonaws.com\/prod\/*" ], "permissions": [ "activeTab", "tabs", "storage", "scripting", "identity", "identity.email" ], "short_name": "Velog Helper" } |