Cite This For Me: Web Citer

Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.

Cite This For Me: Web Citer란 무엇입니까?

Cite This For Me: Web Citer은(는) https://www.citethisforme.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cite This For Me: Web Citer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Simply browse to the page you wish to cite and click the button to generate a correctly formatted citation. Then copy-and-paste the citation into your assignment, or add it to your online bibliography for safe keeping until later.

You can also add other sources (like books, journals, and newspapers) from our main tool at http://www.citethisforme.com

Sources are cited using the following format editions:
APA: 6th edition
Chicago: 16th edition
MLA: 7th edition
Harvard: N/A                    

확장 프로그램 기본 정보

이름 Cite This For Me: Web Citer Cite This For Me: Web Citer
ID nnnmhgkokpalnmbeighfomegjfkklkle
공식 URL https://chromewebstore.google.com/detail/cite-this-for-me-web-cite/nnnmhgkokpalnmbeighfomegjfkklkle
설명 Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.
파일 크기 391 KB
설치 횟수 910,824
현재 버전 2.7.0
최근 업데이트 2023-09-19
출시 날짜 2020-06-03
평점 3.76/5 총 500 개의 평점
개발자 https://www.citethisforme.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.citethisforme.com
지원되는 언어 en
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.",
    "homepage_url": "http:\/\/www.citethisforme.com",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "18": "images\/icon-18.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "Cite This For Me: Web Citer",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7.0",
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/popup.htm"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}