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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reference websites and papers with a single click, powered by Citationsy"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Citationsy - Cite Websites and Papers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}