Citationsy - Cite Websites and Papers

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

Citationsy - Cite Websites and Papers là gì?

Citationsy - Cite Websites and Papers là một tiện ích mở rộng Chrome được phát triển bởi https://citationsy.com, và tính năng chính của nó là "Reference websites and papers with a single click, powered by Citationsy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Citationsy - Cite Websites and Papers

Tải xuống các tệp mở rộng Citationsy - Cite Websites and Papers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Citationsy - Cite Websites and Papers Citationsy - Cite Websites and Papers
ID ananhmnkepfflgfdklgcdpgdngejokkn
URL Chính Thức https://chromewebstore.google.com/detail/citationsy-cite-websites/ananhmnkepfflgfdklgcdpgdngejokkn
Mô tả Reference websites and papers with a single click, powered by Citationsy
Kích Thước Tệp 14.5 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2021-03-25
Ngày Phát Hành 2020-03-23
Đánh Giá 4.54/5 Tổng số 39 Đánh Giá
Nhà Phát Triển https://citationsy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://citationsy.com
URL Trang Trợ Giúp https://citationsy.com/support
URL Trang Chính Sách Bảo Mật https://citationsy.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}