Citation Generator

Generate citations for a project at the click of a button.

Citation Generator क्या है?

Citation Generator danieljextensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate citations for a project at the click of a button."।

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

screenshot

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

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

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

                        Generate citations for a project at the click of a button. Choose between MLA, APA, Chicago, Vancouver or Harvard citing style. Copy all citations by clicking on the top right corner.                    

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

नाम Citation Generator Citation Generator
ID necdcdcfodjkfjfbgieeemmhondglmkc
आधिकारिक URL https://chromewebstore.google.com/detail/citation-generator/necdcdcfodjkfjfbgieeemmhondglmkc
विवरण Generate citations for a project at the click of a button.
फ़ाइल का आकार 5.23 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-08-23
प्रकाशन तिथि 2022-08-22
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर danieljextensions
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.privacypolicies.com/live/46eeb925-ce64-44ae-8a21-d81edca6fd69
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Citation Generator",
    "description": "Generate citations for a project at the click of a button.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}