exCITEting
Cite in Harvard & APA!
exCITEting란 무엇입니까?
exCITEting은(는) JT Liew에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cite in Harvard & APA!"입니다.
확장 프로그램 스크린샷
exCITEting 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1) Automatically generate Harvard/APA referencing. 2) Cite different resources. 3) Save bibiography for later usage. Drop me a comment if you want any to add anything else! here are the codes for the program: https://github.com/pandawarrior91/GExtension_exCITEing?source=cc Thank you for using!
확장 프로그램 기본 정보
이름 | exCITEting |
ID | epoaclcodmjlibgeiepldcpicajecapc |
공식 URL | https://chromewebstore.google.com/detail/exciteting/epoaclcodmjlibgeiepldcpicajecapc |
설명 | Cite in Harvard & APA! |
파일 크기 | 103 KB |
설치 횟수 | 92 |
현재 버전 | 1.4 |
최근 업데이트 | 2013-09-16 |
출시 날짜 | 2013-09-16 |
평점 | 2.00/5 총 1 개의 평점 |
개발자 | JT Liew |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "exCITEting", "version": "1.4", "manifest_version": 2, "description": "Cite in Harvard & APA!", "browser_action": { "default_icon": "icon.png", "default_title": "Cite in Harvard and APA!", "default_popup": "extension.html" }, "permissions": [ "tabs" ], "icons": { "128": "icon.png" } } |