JinDOC
Search Jindo API documentation. To use, type 'jindo' plus a search term into the Omnibox.
What is JinDOC?
JinDOC is a Chrome extension developed by Kyungil Park, and its main feature is "Search Jindo API documentation. To use, type 'jindo' plus a search term into the Omnibox.".
Extension Screenshots
Download JinDOC Extension CRX File
Download JinDOC 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
Javascript Framework 인 Jindo 의 API 문서를 간편하게 찾는 기능입니다. 1. 주소창을 통한 검색 1-1. 주소창에서 jindo 를 입력한 후 tab 이나 spacebar 1-2. 검색어를 입력하면 suggest 리스트가 나열됩니다. 1-3. 주소창에서 엔터 혹은 suggest 리스트에서 원하는 항목 선택 1-4. Jindo API 문서 사이트의 해당 페이지로 이동됩니다. 2. 툴바버튼을 통한 검색 2-1. 툴바버튼을 클릭하면 2-2. API 검색 팝업이 나옵니다.
Extension Basic Information
Name | |
ID | pgdppdgndeoenhmobejdehpilpebbahp |
Official URL | https://chromewebstore.google.com/detail/jindoc/pgdppdgndeoenhmobejdehpilpebbahp |
Description | Search Jindo API documentation. To use, type 'jindo' plus a search term into the Omnibox. |
File Size | 76.05 KB |
Installation Count | 494 |
Current Version | 0.8.0 |
Last Updated | 2012-12-06 |
Publish Date | 2012-12-06 |
Rating | 5.00/5 Total 11 Ratings |
Developer | Kyungil Park |
Payment Type | free |
Extension Website | http://jindo.dev.naver.com/ |
Help Page URL | http://dev.naver.com/projects/jindo/ |
Supported Languages | ko |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "JinDOC", "version": "0.8.0", "description": "Search Jindo API documentation. To use, type 'jindo' plus a search term into the Omnibox.", "icons": { "16": "jindoc128.png", "48": "jindoc128.png", "128": "jindoc128.png" }, "permissions": [ "tabs", "background", "http:\/\/*.naver.com\/*", "http:\/\/*.nhncorp.com\/*" ], "omnibox": { "keyword": "jindo" }, "browser_action": { "default_popup": "app.html", "default_title": "JinDOC(0.8.0)", "default_icon": "jindoc128.png" }, "background": { "page": "background.html" }, "manifest_version": 2 } |