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文件

下載Citationsy - Cite Websites and Papers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}