Citationsy - Cite Websites and Papers

Reference websites and papers with a single click, powered by Citationsy

Citationsy - Cite Websites and Papers란 무엇입니까?

Citationsy - Cite Websites and Papers은(는) https://citationsy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reference websites and papers with a single click, powered by Citationsy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Citationsy - Cite Websites and Papers 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Cite websites, books, papers, articles, podcasts, songs, and much more using Citationsy. Perfect references and footnotes every time. Citationsy is perhaps the world’s best referencing tool. This Chrome extension will let you cite any website with a single click. We support citations in APA, Harvard, DIN, Chicago, MLA, and thousands of other referencing styles. 

When you find a website or link you want to cite, simply click the Citationsy icon in the toolbar (*) and a little window will pop up to let you choose which one of your Citationsy projects you’d like to add the link to. 

If you’ve been using RefME, CiteThisForMe, Mendeley, Endnote, Citavi, Zotero, or EasyBib, Citationsy will be like a breath of fresh air. 


https://citationsy.com/                    

확장 프로그램 기본 정보

이름 Citationsy - Cite Websites and Papers Citationsy - Cite Websites and Papers
ID ananhmnkepfflgfdklgcdpgdngejokkn
공식 URL https://chromewebstore.google.com/detail/citationsy-cite-websites/ananhmnkepfflgfdklgcdpgdngejokkn
설명 Reference websites and papers with a single click, powered by Citationsy
파일 크기 14.5 KB
설치 횟수 10,000
현재 버전 1.2.4
최근 업데이트 2021-03-25
출시 날짜 2020-03-23
평점 4.54/5 총 39 개의 평점
개발자 https://citationsy.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://citationsy.com
도움말 페이지 URL https://citationsy.com/support
개인정보 보호 정책 페이지 URL https://citationsy.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Citationsy - Cite Websites and Papers",
    "description": "Reference websites and papers with a single click, powered by Citationsy",
    "version": "1.2.4",
    "author": "Citationsy",
    "background": {
        "scripts": [
            "citethis.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/citationsy.com\/*"
            ],
            "css": [
                "css.css"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png",
        "256": "[email protected]"
    },
    "browser_action": {
        "default_icon": {
            "16": "default_icon_16.png",
            "24": "default_icon_24.png",
            "48": "default_icon_48.png",
            "32": "default_icon_32.png"
        },
        "default_title": "Cite this"
    },
    "permissions": [
        "activeTab"
    ]
}