Hero Citation Generator
APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator.
Hero Citation Generator क्या है?
Hero Citation Generator PlagiarismCheckerX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hero Citation Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Citations can take time and style guides can be difficult to remember. Simplify your writing process and use Free Citation Generator developed by Plagiarism Checker X team. Select citation style and generate citations within the extension.
एक्सटेंशन की मूल जानकारी
नाम | Hero Citation Generator |
ID | pjfjbjcfiihafllgpedmkiophmblknnn |
आधिकारिक URL | https://chromewebstore.google.com/detail/hero-citation-generator/pjfjbjcfiihafllgpedmkiophmblknnn |
विवरण | APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator. |
फ़ाइल का आकार | 55.21 KB |
स्थापना संख्या | 126 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-07-14 |
प्रकाशन तिथि | 2022-07-12 |
डेवलपर | PlagiarismCheckerX |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://plagiarismcheckerx.com/citation-generator |
सहायता पृष्ठ URL | https://plagiarismcheckerx.com/help |
गोपनीयता नीति पृष्ठ URL | https://plagiarismcheckerx.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hero Citation Generator", "version": "1.0", "author": "Plagiarism Checker X", "permissions": [ "tabs" ], "host_permissions": [ "*:\/\/*.plagiarismcheckerx.com\/" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "assets\/images\/16x.png", "32": "assets\/images\/32x.png", "48": "assets\/images\/48x.png" }, "default_popup": "html\/app.html", "default_title": "Hero Citation Generator" }, "description": "APA, MLA, Harvard, Chicago, IEEE bibliography and citation generator.", "homepage_url": "https:\/\/plagiarismcheckerx.com\/citation-generator", "icons": { "16": "assets\/images\/16x.png", "32": "assets\/images\/32x.png", "48": "assets\/images\/48x.png" } } |