Skip to content

Commit

Permalink
README& LOGO write
Browse files Browse the repository at this point in the history
  • Loading branch information
RE-A committed May 31, 2019
1 parent f9c0f62 commit e53c62b
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# StickerBlock


네이버 블로그, 특히 알맹이도 없이 이상한 뜬구름 잡는 소리만 해대는 블로그들이 본문에 주로 쓰는 게 스티커입니다.
네이버 블로그 특히 알맹이도 없이 이상한 뜬구름 잡는 소리만 해대는 블로그들이 본문에 주로 쓰는 게 스티커입니다.
곰돌이, 대머리, 노랑 긴머리 등등 이러한 꼴보기 싫은 스티커들을 Block 시켜주는 프로그램 입니다.

---
### How To Use

본 프로그램은 크롬 확장 프로그램입니다.
설치 후 활성화 시키면 자동으로 네이버 블로그를 감지합니다.
자동으로 스티커들을 없애주고, 그 개수를 표시해줍니다.

쉽게 말해, 그냥 켜놓고 다니면 알아서 다 해줍니다.
네이버 블로그 페이지에서 확장 프로그램 아이콘을 누르면 몇 개의 스티커를 차단했나 알 수 있습니다.

---
### Want to Develop or Report?

언제든 환영합니다. 이 개발 페이지의 Issue나, Pull Request 등을 활용해 주시면 됩니다.

---
### Installation

1. ~~크롬 웹스토어에서 StickerBlock 검색~~

-> 아직 등록하지 않은 상태입니다. 따라서 2번 방법을 사용해 주세요.

2. Github 페이지(현재 페이지)의 Release 페이지 에서, 압축 폴더를 다운받고 원하는 곳(어디든 괜찮습니다.)에 풀어 놓습니다. 그 후, 구글 크롬에서 chrome://extensions/ 에 접속 후 개발자 모드를 켭니다. "압축해제된 확장 프로그램을 로드합니다" 를 누르고 아까 압축해제한 폴더를 선택합니다.<br><br> 확장 프로그램 활성화가 된 것을 확인하고, 확장 프로그램 탭에 StickerBlock의 아이콘이 있는 것을 확인하면 설치 완료입니다.

---
### Update note

##### v0.1 (19/05/31)
* StickerBlock 의 첫 Release 입니다.
* 대규모 실사용 테스트는 진행중이므로, 다른 사이트에서 문제가 생기는지 여부는 확인해야 합니다.

Binary file added StickerBlock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions bloglist.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Test를 위해 스티커가 있는 블로그 게시글을 모아 놓은 파일입니다.
# 확장 프로그램의 작동과는 관련 없습니다.

https://blog.naver.com/webhouse73/220496881108
https://blog.naver.com/ssyj963/221505966350
https://invu4747.blog.me/221545858455
Expand Down
Binary file removed logo.png
Binary file not shown.
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"manifest_version": 2,

"name": "StickerBlock",
"short_name": "STB",
"description": "Block the stickers in Naver blog!",
"version": "1.0",
"author": "RE-A",
"author": ["RE-A" , "yeomyeom"],

"background": {
"scripts": ["popup.js"],
Expand All @@ -22,7 +23,7 @@
} ],

"browser_action": {
"default_icon": "logo.png",
"default_icon": "StickerBlock.png",
"default_popup": "popup.html"
}
}

0 comments on commit e53c62b

Please sign in to comment.