Daily Dev Blog Extensions (기술 블로그 구독)
개발 블로그를 아카이빙 하여 일별로 조회가 가능합니다.
What is Daily Dev Blog Extensions (기술 블로그 구독)?
Daily Dev Blog Extensions (기술 블로그 구독) is a Chrome extension developed by https://taetaetae.github.io, and its main feature is "개발 블로그를 아카이빙 하여 일별로 조회가 가능합니다.".
Extension Screenshots
Download Daily Dev Blog Extensions (기술 블로그 구독) Extension CRX File
Download Daily Dev Blog Extensions (기술 블로그 구독) 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
데일리 기술블로그 구독하기 : http://daily-devblog.com
Extension Basic Information
Name | Daily Dev Blog Extensions (기술 블로그 구독) |
ID | ejaakkdnneplldikcnkbfdjahmlcaeaa |
Official URL | https://chromewebstore.google.com/detail/daily-dev-blog-extensions/ejaakkdnneplldikcnkbfdjahmlcaeaa |
Description | 개발 블로그를 아카이빙 하여 일별로 조회가 가능합니다. |
File Size | 17.43 KB |
Installation Count | 29 |
Current Version | 1.16 |
Last Updated | 2019-01-18 |
Publish Date | 2019-01-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://taetaetae.github.io |
[email protected] | |
Payment Type | free |
Extension Website | http://daily-devblog.com |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daily Dev Blog Extensions (\uae30\uc220 \ube14\ub85c\uadf8 \uad6c\ub3c5)", "description": "\uac1c\ubc1c \ube14\ub85c\uadf8\ub97c \uc544\uce74\uc774\ube59 \ud558\uc5ec \uc77c\ubcc4\ub85c \uc870\ud68c\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.", "version": "1.16", "browser_action": { "default_popup": "hello.html", "default_icon": "icon.png" }, "manifest_version": 2, "permissions": [ "alarms", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": true } } |