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ファイルをダウンロード
Naver post scrapper tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
어떤 네이버 블로그·카페의 글을 스크랩한 사람이 누구인지 알고 싶을 때가 있죠. 그럴 때에 쓸 수 있는 것이 이 확장 프로그램입니다. **로그인이 필요 없습니다. 다른 사람의 글에 대해 스크랩한 사람을 알아 낼 수도 있지요.** 한번 써 보세요. 활용하는 방법은 많이 있답니다. 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. |
Eメール | [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" ] } |