Naver post scrapper tracker
It shows you lists of scrappers who scrapped Naver posts!
Naver post scrapper tracker란 무엇입니까?
Naver post scrapper tracker은(는) K.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It shows you lists of scrappers who scrapped Naver posts!"입니다.
확장 프로그램 스크린샷
Naver post scrapper tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
어떤 네이버 블로그·카페의 글을 스크랩한 사람이 누구인지 알고 싶을 때가 있죠. 그럴 때에 쓸 수 있는 것이 이 확장 프로그램입니다. **로그인이 필요 없습니다. 다른 사람의 글에 대해 스크랩한 사람을 알아 낼 수도 있지요.** 한번 써 보세요. 활용하는 방법은 많이 있답니다. When you want to check the scrappers who scrapped a Naver blog post or a Naver cafe article, you may have to use this application. **You don't need to sign-in, and also you can get the information for other's posts.** Try it, Naver users. It's awesome. ********** 1.0: 일단 쓸 수 있을 정도로만 만들었습니다.
확장 프로그램 기본 정보
이름 | |
ID | olececlcdnhndlmacaiiindibobjadpa |
공식 URL | https://chrome.google.com/webstore/detail/naver-post-scrapper-track/olececlcdnhndlmacaiiindibobjadpa |
설명 | It shows you lists of scrappers who scrapped Naver posts! |
파일 크기 | 120 KB |
설치 횟수 | 137 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-06-18 |
출시 날짜 | 2016-06-18 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | K. |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Naver post scrapper tracker", "version": "1.0", "description": "It shows you lists of scrappers who scrapped Naver posts!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "main.html" }, "author": "K.([email protected])", "permissions": [ "tabs", "http:\/\/cafe.naver.com\/CafeScrapHistory.nhn", "http:\/\/blog.naver.com\/ScrapHistory.nhn" ], "web_accessible_resources": [ "icons\/*.png" ] } |