CiteMaker CiteWeb | MLA 9th Edition

CiteMaker is for formatting academic citations and reference lists.

CiteMaker CiteWeb | MLA 9th Edition란 무엇입니까?

CiteMaker CiteWeb | MLA 9th Edition은(는) https://www.citemaker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CiteMaker is for formatting academic citations and reference lists."입니다.

확장 프로그램 스크린샷

screenshot

CiteMaker CiteWeb | MLA 9th Edition 확장 프로그램 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 MLA 9th 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 | MLA 9th Edition CiteMaker CiteWeb | MLA 9th Edition
ID glnkffcdkpjpbkbmflpahcannpcpdoha
공식 URL https://chromewebstore.google.com/detail/citemaker-citeweb-mla-9th/glnkffcdkpjpbkbmflpahcannpcpdoha
설명 CiteMaker is for formatting academic citations and reference lists.
파일 크기 805 KB
설치 횟수 68
현재 버전 2.1.1.5
최근 업데이트 2024-03-05
출시 날짜 2023-10-27
개발자 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 | MLA 9th Edition",
    "short_name": "cmmla9",
    "version": "2.1.1.5",
    "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
}