CiteMaker CiteWeb | APA 7th Edn.
CiteMaker is for formatting academic citations and reference lists.
CiteMaker CiteWeb | APA 7th Edn.란 무엇입니까?
CiteMaker CiteWeb | APA 7th Edn.은(는) https://www.citemaker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CiteMaker is for formatting academic citations and reference lists."입니다.
확장 프로그램 스크린샷
CiteMaker CiteWeb | APA 7th Edn. 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**** CiteWeb automatically cites Generative AI websites and more **** CiteMaker is for formatting academic citations and reference lists. CiteMaker's CiteWeb chrome extension automatically generates academic citations from websites in the latest APA 7th edition style. CiteWeb enables the user to create, edit. export, and save citations. CiteWeb fully integrates with CiteMaker.com; the web's most accurate citation generator. If you're looking to save time on compiling a reference list for your next assignment download CiteWeb now - it's free to use!
확장 프로그램 기본 정보
이름 | CiteMaker CiteWeb | APA 7th Edn. |
ID | naankklphfojljboaokgfbheobbgenka |
공식 URL | https://chromewebstore.google.com/detail/citemaker-citeweb-apa-7th/naankklphfojljboaokgfbheobbgenka |
설명 | CiteMaker is for formatting academic citations and reference lists. |
파일 크기 | 927 KB |
설치 횟수 | 8,479 |
현재 버전 | 2.2.0.6 |
최근 업데이트 | 2024-03-05 |
출시 날짜 | 2020-05-25 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://www.citemaker.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.citemaker.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CiteMaker CiteWeb | APA 7th Edn.", "short_name": "cmapa7", "version": "2.2.0.6", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn\/L5aVgshPIIJu\/DxIA5OC+v9iX6iMMflpXsinrItJXpCYJfBieuRHajkE\/1mytGOH2\/vtza2wuQnv6RVVdvVlrbACu9G8GBFhl+G3jz8ArjJG6U+adS\/eUEnhg91Kpv5RNcmbuJy5dUiFxQlYQ7\/a2rLLExsqAcZcCVfRILb8dTVfEbZHkXNnAPAG\/4sTNnBiyC3n8awQC2bmaGDxGo10w7BK4cbRc3MS\/FFNL1qgBm0bNVbLaYggs2H7fI4CoSS+NHlMPQ\/LFof9Bqp7iN1tnCujfCmPhYNatzl9JRXqi0QzxRYuvaXoTYN2OedZehBBaIOI+W96QOTYASRFT+nQIDAQAB", "description": "CiteMaker is for formatting academic citations and reference lists. ", "permissions": [ "tabs", "activeTab", "storage", "scripting" ], "host_permissions": [ "https:\/\/www.paypal.com\/cgi-bin\/webscr", "https:\/\/www.citemaker.com\/*", "https:\/\/citemaker.com\/*" ], "action": { "default_icon": "favicon.png", "default_popup": "popup.htm" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.citemaker.com\/*" ], "js": [ "mycontent.js" ] } ], "icons": { "16": "favicon.png", "48": "favicon48.png", "128": "favicon128.png" }, "manifest_version": 3 } |