BibGuru: Free Citation Generator

Generate citations in APA, MLA, Harvard, and hundreds of other citation styles directly on any website!

Τι είναι το BibGuru: Free Citation Generator;

Το BibGuru: Free Citation Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Paperpile, και η κύρια λειτουργία του είναι "Generate citations in APA, MLA, Harvard, and hundreds of other citation styles directly on any website!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BibGuru: Free Citation Generator

Λήψη αρχείων επέκτασης BibGuru: Free Citation Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Cite while you research and write directly from Chrome in APA, MLA, and thousands of other citation styles.

This extension works with BibGuru, a free (and ad-free) citation tool designed specifically for students. 

With Bibguru, you can:

💻 Search for website, article, and book sources and add them to a bibliography with one click.
Use our up-to-date database to search for the sources you're using and add them instantly to a bibliography.

⭐️ Add citations for more than 60 other source types. 
Create additional citations for source types like textbook chapters, datasets, emails, government reports, and newspaper article. 

📔 Create bibliographies in APA, MLA, and thousands of other citation styles. 
Change the citation style to any major style, as well as thousands of field-, university-, and publication-specific styles.

📝  Export your citations as a Word file or add them directly into Google Docs. 
Copy your citations and bibliographies directly into Google Docs or export your work as a Word file. 

🗃️ Sign-up to save your citations and organize them into projects and folders. 
Save citations and bibliographies for different classes or assignments and organize them in individual projects or folders. 

• • •

Get in Touch

Email: [email protected]
Blog: https://www.bibguru.com/blog/
Educator Hub: https://www.bibguru.com/a/educators/
Facebook: https://www.facebook.com/BibGuruHQ
Twitter: https://twitter.com/BibGuruHQ

• • •

By installing this item, you agree to the BibGuru Terms of Service and Privacy Policy at https://www.bibguru.com/tos/and https://www.bibguru.com/privacy/.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα BibGuru: Free Citation Generator BibGuru: Free Citation Generator
ID locfkepdjehnijbhbhalhlbpcjlngiil
Επίσημο URL https://chromewebstore.google.com/detail/bibguru-free-citation-gen/locfkepdjehnijbhbhalhlbpcjlngiil
Περιγραφή Generate citations in APA, MLA, Harvard, and hundreds of other citation styles directly on any website!
Μέγεθος Αρχείου 2.22 MB
Αριθμός Εγκαταστάσεων 74,190
Τρέχουσα Έκδοση 1.0.85
Τελευταία Ενημέρωση 2022-01-13
Ημερομηνία Δημοσίευσης 2022-01-10
Αξιολόγηση 4.68/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής Paperpile
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.bibguru.com
URL της Σελίδας Πολιτικής Απορρήτου https://paperpile.com/privacy
Υποστηριζόμενες Γλώσσες de,en,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.85",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.paperpile.com\/*",
        "https:\/\/*.bibguru.com\/*"
    ],
    "background": {
        "service_worker": "dist\/bg-wrapper.js"
    },
    "incognito": "spanning",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        },
        "default_title": "__MSG_appBrowserActionTitle__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.bibguru.com\/*"
            ],
            "js": [
                "dist\/cs-app.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}