inCite
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
Τι είναι το inCite;
Το inCite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον inciteextension, και η κύρια λειτουργία του είναι "Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης inCite
Λήψη αρχείων επέκτασης inCite σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } |