Naver Cafe Link
It convert to naver cafe search link from naver cafe article link.
What is Naver Cafe Link?
Naver Cafe Link is a Chrome extension developed by http://toors.cafe24.com/cafe-link, and its main feature is "It convert to naver cafe search link from naver cafe article link.".
Extension Screenshots
Download Naver Cafe Link Extension CRX File
Download Naver Cafe Link 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
네이버 카페글 중 검색을 통해서만 볼 수 있는 비공개된 글 링크를 해당 글을 검색할 수 있는 검색 링크로 변환합니다. 이럴때 사용합니다. - 검색을 통해 발견된 유용한 카페 글을 북마크 했는데, 다시 들어가 보려니 카페에 가입을 하라고 할때. - 친구가 카페링크를 보내줬는데 카페 회원이 아니면 볼 수 없는 글일때.
Extension Basic Information
Name | |
ID | ccjliiopadlapolfdodknlddkpakammk |
Official URL | https://chrome.google.com/webstore/detail/naver-cafe-link/ccjliiopadlapolfdodknlddkpakammk |
Description | It convert to naver cafe search link from naver cafe article link. |
File Size | 3.28 KB |
Installation Count | 3,987 |
Current Version | 1.0 |
Last Updated | 2013-08-10 |
Publish Date | 2013-08-10 |
Rating | 3.39/5 Total 18 Ratings |
Developer | http://toors.cafe24.com/cafe-link |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Naver Cafe Link", "version": "1.0", "description": "It convert to naver cafe search link from naver cafe article link.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon.png", "default_title": "convert to search url" }, "permissions": [ "tabs" ], "icons": { "48": "icon.png" }, "manifest_version": 2 } |