inCite
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
inCite란 무엇입니까?
inCite은(는) inciteextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…"입니다.
확장 프로그램 스크린샷
inCite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button. MLA, APA, Chicago, and Harvard citation styles are supported. Click on the citation to edit the citation details. When you are done, copy the bibliography to your clipboard with a single click. Save multiple bibliographies at the same time for all your projects. Source code available on Github here: https://github.com/brucejh99/inCite
확장 프로그램 기본 정보
이름 | |
ID | hdobehekolhhcajgmhpbfjomdncnbkck |
공식 URL | https://chrome.google.com/webstore/detail/incite/hdobehekolhhcajgmhpbfjomdncnbkck |
설명 | Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.… |
파일 크기 | 1.62 MB |
설치 횟수 | 523 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2020-03-31 |
출시 날짜 | 2020-03-30 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | inciteextension |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "iC", "name": "inCite", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_popup": "index.html", "default_title": "inCite" }, "icons": { "16": "app-icon.png", "48": "app-icon.png", "128": "app-icon.png" }, "permissions": [ "storage", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.2" } |