Cite This For Me: Web Citer

Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.

Cite This For Me: Web Citer क्या है?

Cite This For Me: Web Citer https://www.citethisforme.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button."।

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

screenshot
screenshot

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

crx प्रारूप में Cite This For Me: Web Citer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Simply browse to the page you wish to cite and click the button to generate a correctly formatted citation. Then copy-and-paste the citation into your assignment, or add it to your online bibliography for safe keeping until later.

You can also add other sources (like books, journals, and newspapers) from our main tool at http://www.citethisforme.com

Sources are cited using the following format editions:
APA: 6th edition
Chicago: 16th edition
MLA: 7th edition
Harvard: N/A                    

एक्सटेंशन की मूल जानकारी

नाम Cite This For Me: Web Citer Cite This For Me: Web Citer
ID nnnmhgkokpalnmbeighfomegjfkklkle
आधिकारिक URL https://chromewebstore.google.com/detail/cite-this-for-me-web-cite/nnnmhgkokpalnmbeighfomegjfkklkle
विवरण Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.
फ़ाइल का आकार 391 KB
स्थापना संख्या 910,824
वर्तमान संस्करण 2.7.0
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2020-06-03
रेटिंग 3.76/5 कुल 500 रेटिंग्स
डेवलपर https://www.citethisforme.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.citethisforme.com
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.",
    "homepage_url": "http:\/\/www.citethisforme.com",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "18": "images\/icon-18.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "Cite This For Me: Web Citer",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7.0",
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/popup.htm"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}