CiteMaker CiteWeb | APA 7th Edn.
CiteMaker is for formatting academic citations and reference lists.
Was ist CiteMaker CiteWeb | APA 7th Edn.?
CiteMaker CiteWeb | APA 7th Edn. ist eine Chrome-Erweiterung, die von https://www.citemaker.com entwickelt wurde, und ihr Hauptmerkmal ist "CiteMaker is for formatting academic citations and reference lists.".
Erweiterungsscreenshots
CiteMaker CiteWeb | APA 7th Edn.-Erweiterungs-CRX-Datei herunterladen
Laden Sie CiteMaker CiteWeb | APA 7th Edn.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
**** CiteWeb automatically cites Generative AI websites and more **** CiteMaker is for formatting academic citations and reference lists. CiteMaker's CiteWeb chrome extension automatically generates academic citations from websites in the latest APA 7th edition style. CiteWeb enables the user to create, edit. export, and save citations. CiteWeb fully integrates with CiteMaker.com; the web's most accurate citation generator. If you're looking to save time on compiling a reference list for your next assignment download CiteWeb now - it's free to use!
Grundlegende Informationen zur Erweiterung
Name | CiteMaker CiteWeb | APA 7th Edn. |
ID | naankklphfojljboaokgfbheobbgenka |
Offizielle URL | https://chromewebstore.google.com/detail/citemaker-citeweb-apa-7th/naankklphfojljboaokgfbheobbgenka |
Beschreibung | CiteMaker is for formatting academic citations and reference lists. |
Dateigröße | 927 KB |
Installationsanzahl | 8,479 |
Aktuelle Version | 2.2.0.6 |
Letztes Update | 2024-03-05 |
Veröffentlichungsdatum | 2020-05-25 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://www.citemaker.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.citemaker.com/privacy.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CiteMaker CiteWeb | APA 7th Edn.", "short_name": "cmapa7", "version": "2.2.0.6", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn\/L5aVgshPIIJu\/DxIA5OC+v9iX6iMMflpXsinrItJXpCYJfBieuRHajkE\/1mytGOH2\/vtza2wuQnv6RVVdvVlrbACu9G8GBFhl+G3jz8ArjJG6U+adS\/eUEnhg91Kpv5RNcmbuJy5dUiFxQlYQ7\/a2rLLExsqAcZcCVfRILb8dTVfEbZHkXNnAPAG\/4sTNnBiyC3n8awQC2bmaGDxGo10w7BK4cbRc3MS\/FFNL1qgBm0bNVbLaYggs2H7fI4CoSS+NHlMPQ\/LFof9Bqp7iN1tnCujfCmPhYNatzl9JRXqi0QzxRYuvaXoTYN2OedZehBBaIOI+W96QOTYASRFT+nQIDAQAB", "description": "CiteMaker is for formatting academic citations and reference lists. ", "permissions": [ "tabs", "activeTab", "storage", "scripting" ], "host_permissions": [ "https:\/\/www.paypal.com\/cgi-bin\/webscr", "https:\/\/www.citemaker.com\/*", "https:\/\/citemaker.com\/*" ], "action": { "default_icon": "favicon.png", "default_popup": "popup.htm" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.citemaker.com\/*" ], "js": [ "mycontent.js" ] } ], "icons": { "16": "favicon.png", "48": "favicon48.png", "128": "favicon128.png" }, "manifest_version": 3 } |