inCite
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
inCite क्या है?
inCite inciteextension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में inCite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button. MLA, APA, Chicago, and Harvard citation styles are supported. Click on the citation to edit the citation details. When you are done, copy the bibliography to your clipboard with a single click. Save multiple bibliographies at the same time for all your projects. Source code available on Github here: https://github.com/brucejh99/inCite
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hdobehekolhhcajgmhpbfjomdncnbkck |
आधिकारिक URL | https://chrome.google.com/webstore/detail/incite/hdobehekolhhcajgmhpbfjomdncnbkck |
विवरण | Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.… |
फ़ाइल का आकार | 1.62 MB |
स्थापना संख्या | 523 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-03-31 |
प्रकाशन तिथि | 2020-03-30 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | inciteextension |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "iC", "name": "inCite", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_popup": "index.html", "default_title": "inCite" }, "icons": { "16": "app-icon.png", "48": "app-icon.png", "128": "app-icon.png" }, "permissions": [ "storage", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.2" } |