Citace PRO

Generates citations of a web page, or any sources listed on the page.

Citace PRO란 무엇입니까?

Citace PRO은(는) https://www.citace.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates citations of a web page, or any sources listed on the page."입니다.

확장 프로그램 스크린샷

screenshot

Citace PRO 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension can generate and save citations. After opening the popup, the extension lists some information about the open web page, generates a citation for it, and lists all found DOI and ISBN sources. The citation can be copied to clipboard or saved into the Citace PRO citation manager system.                    

확장 프로그램 기본 정보

이름 Citace PRO Citace PRO
ID ncpfaidppllikakgbjppnjfidjkpafmp
공식 URL https://chromewebstore.google.com/detail/citace-pro/ncpfaidppllikakgbjppnjfidjkpafmp
설명 Generates citations of a web page, or any sources listed on the page.
파일 크기 470 KB
설치 횟수 6,453
현재 버전 3.1.4
최근 업데이트 2024-03-01
출시 날짜 2014-04-12
평점 2.22/5 총 9 개의 평점
개발자 https://www.citace.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "author": "Citace.com, s.r.o.",
    "version": "3.1.4",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "scripting",
        "storage"
    ],
    "default_locale": "cs",
    "host_permissions": [
        "https:\/\/www.citacepro.com\/*"
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 3
}