WebCite
Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite
WebCite란 무엇입니까?
WebCite은(는) Dan co. development에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite"입니다.
확장 프로그램 스크린샷
WebCite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Automatically Cite Web Pages - Single Click - Edit Citation Format - Manually Tweak Citations - Export (Google Docs and more) - No Adds - Updated Frequently to Optimize Algorithms - Supports: MLA and APA - Credibility stats frequently updated - Fast and lightweight - Utilizes of multiple bibliographies at once
확장 프로그램 기본 정보
이름 | WebCite |
ID | eedcgdapkfgbfdknngcpiphmfifgonji |
공식 URL | https://chromewebstore.google.com/detail/webcite/eedcgdapkfgbfdknngcpiphmfifgonji |
설명 | Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite |
파일 크기 | 2.32 MB |
설치 횟수 | 2,889 |
현재 버전 | 4.4.9 |
최근 업데이트 | 2021-07-18 |
출시 날짜 | 2019-12-15 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Dan co. development |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/webcite-terms-of-service |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebCite", "description": "Citation maker exports webpages, check credibility, built in bibliography. MLA 8, MLA 7, APA. EZcite. Easybib. Noodletools. Cite", "version": "4.4.9", "author": "dandevelopment", "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "cite.html" }, "offline_enabled": true, "background": { "scripts": [ "gdocs.js", "backround.js", "tools.js" ] }, "oauth2": { "client_id": "697231731558-78un0rrdccfqn4cm5k3hqni0t95oh41r.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage", "identity", "contextMenus", "tabs", "https:\/\/www.easybib.com\/credibility\/index\/json", "downloads", "downloads.open" ], "icons": { "128": "assets\/ezcite128.png", "48": "assets\/ezcite48.png", "16": "assets\/ezcite16.png" } } |