Citationsy - Cite Websites and Papers
Reference websites and papers with a single click, powered by Citationsy
Τι είναι το Citationsy - Cite Websites and Papers;
Το Citationsy - Cite Websites and Papers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://citationsy.com, και η κύρια λειτουργία του είναι "Reference websites and papers with a single click, powered by Citationsy".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Citationsy - Cite Websites and Papers
Λήψη αρχείων επέκτασης Citationsy - Cite Websites and Papers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Cite websites, books, papers, articles, podcasts, songs, and much more using Citationsy. Perfect references and footnotes every time. Citationsy is perhaps the world’s best referencing tool. This Chrome extension will let you cite any website with a single click. We support citations in APA, Harvard, DIN, Chicago, MLA, and thousands of other referencing styles. When you find a website or link you want to cite, simply click the Citationsy icon in the toolbar (*) and a little window will pop up to let you choose which one of your Citationsy projects you’d like to add the link to. If you’ve been using RefME, CiteThisForMe, Mendeley, Endnote, Citavi, Zotero, or EasyBib, Citationsy will be like a breath of fresh air. https://citationsy.com/
Βασικές Πληροφορίες Επέκτασης
Όνομα | Citationsy - Cite Websites and Papers |
ID | ananhmnkepfflgfdklgcdpgdngejokkn |
Επίσημο URL | https://chromewebstore.google.com/detail/citationsy-cite-websites/ananhmnkepfflgfdklgcdpgdngejokkn |
Περιγραφή | Reference websites and papers with a single click, powered by Citationsy |
Μέγεθος Αρχείου | 14.5 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 1.2.4 |
Τελευταία Ενημέρωση | 2021-03-25 |
Ημερομηνία Δημοσίευσης | 2020-03-23 |
Αξιολόγηση | 4.54/5 Συνολικά 39 Αξιολογήσεις |
Προγραμματιστής | https://citationsy.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://citationsy.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://citationsy.com/support |
URL της Σελίδας Πολιτικής Απορρήτου | https://citationsy.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Citationsy - Cite Websites and Papers", "description": "Reference websites and papers with a single click, powered by Citationsy", "version": "1.2.4", "author": "Citationsy", "background": { "scripts": [ "citethis.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/citationsy.com\/*" ], "css": [ "css.css" ] } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png", "256": "[email protected]" }, "browser_action": { "default_icon": { "16": "default_icon_16.png", "24": "default_icon_24.png", "48": "default_icon_48.png", "32": "default_icon_32.png" }, "default_title": "Cite this" }, "permissions": [ "activeTab" ] } |