CiteMaker CiteWeb | Harvard International
CiteMaker is for formatting academic citations and reference lists.
Was ist CiteMaker CiteWeb | Harvard International?
CiteMaker CiteWeb | Harvard International 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 | Harvard International-Erweiterungs-CRX-Datei herunterladen
Laden Sie CiteMaker CiteWeb | Harvard International-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
CiteMaker's Chrome Extension - CiteWeb - automatically generates citations for websites. It enables the user to edit. export, and save citations. CiteMaker also has a search function for compiling books and journal citations using Author names, titles, ISBNs and ISSNs. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nkbnlphjkedafdcmeigecbeogikaookl |
| Offizielle URL | https://chromewebstore.google.com/detail/citemaker-citeweb-harvard/nkbnlphjkedafdcmeigecbeogikaookl |
| Beschreibung | CiteMaker is for formatting academic citations and reference lists. |
| Dateigröße | 778 KB |
| Installationsanzahl | 240 |
| Aktuelle Version | 1.0.1.7 |
| Letztes Update | 2021-09-14 |
| Veröffentlichungsdatum | 2018-09-12 |
| Bewertung | 5.00/5 Insgesamt 1 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 | Harvard International",
"short_name": "cmharvard",
"version": "1.0.1.7",
"description": "CiteMaker is for formatting academic citations and reference lists. ",
"permissions": [
"tabs",
"activeTab",
"storage",
"identity",
"https:\/\/accounts.google.com\/*",
"https:\/\/www.googleapis.com\/*",
"https:\/\/www.paypal.com\/cgi-bin\/webscr",
"https:\/\/www.citemaker.com\/*",
"https:\/\/citemaker.com\/*",
"http:\/\/statcounter.com\/*",
"http:\/\/c.statcounter.com\/*",
"https:\/\/c.statcounter.com\/*"
],
"oauth2": {
"client_id": "24053905479-vs9su299m6hf4f3fn00mtntd5rnqbfma.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/plus.login",
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"browser_action": {
"default_icon": "favicon.png",
"default_popup": "popup.htm"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/www.citemaker.com\/*"
],
"js": [
"mycnt.js"
]
}
],
"icons": {
"16": "favicon.png",
"48": "favicon48.png",
"128": "favicon128.png"
},
"manifest_version": 2
} | |