CiteMaker CiteWeb | APA 6th Edn.
CiteMaker is for formatting academic citations and reference lists.
Wat is CiteMaker CiteWeb | APA 6th Edn.?
CiteMaker CiteWeb | APA 6th Edn. is een Chrome-extensie ontwikkeld door https://www.citemaker.com, en de belangrijkste functie is "CiteMaker is for formatting academic citations and reference lists.".
Extensie Screenshots
Download het CRX-bestand van de extensie CiteMaker CiteWeb | APA 6th Edn.
Download CiteMaker CiteWeb | APA 6th Edn.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CiteMaker CiteWeb | APA 6th Edn. |
ID | akjejjpinngeemgaddjbhbiddpoppnem |
Officiële URL | https://chromewebstore.google.com/detail/citemaker-citeweb-apa-6th/akjejjpinngeemgaddjbhbiddpoppnem |
Beschrijving | CiteMaker is for formatting academic citations and reference lists. |
Bestandsgrootte | 845 KB |
Aantal Installaties | 7,000 |
Huidige Versie | 2.1.2.4 |
Laatst Bijgewerkt | 2021-09-14 |
Publicatiedatum | 2019-03-12 |
Beoordeling | 2.71/5 Totaal 17 Beoordelingen |
Ontwikkelaar | https://www.citemaker.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.citemaker.com/privacy.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CiteMaker CiteWeb | APA 6th Edn.", "short_name": "cmapa", "version": "2.1.2.4", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgMnL9OcUhScU3g5bb5arHfoxbB1ptROocsGQuHOdk43\/s2wktCb7NuFTv291a9zZqSz+5aRWD7c5m2eHg9zldhOtBOgFrUG+WXjaVEZMeXhRgWgKK8QnZJWUDrYAvZcK4Uz06y9qUrS0IW\/SpaXBxsD+0y47ZbHi8ncbiC6hRHlYaxoSMV4QvPreEewbotl7zIDvAfD4UmzTH74hE6cP4s2cE2n4XqPYehKdUNhrLNMCZTwTS2b6IMJVv\/HT2A0DkqhlzES90CNY7XMPETAKiJdJBMIQv2s\/dCh5MKaxdJM0tbQU0Z5uZQyNFCBFGo9yq\/IiTnQqcp5fJqR5vJgHVwIDAQAB", "description": "CiteMaker is for formatting academic citations and reference lists. ", "permissions": [ "storage", "tabs", "activeTab", "identity", "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/www.paypal.com\/cgi-bin\/webscr", "https:\/\/www.citemaker.com\/*", "https:\/\/citemaker.com\/*" ], "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.htm" }, "oauth2": { "client_id": "47143220410-6k4tgatj9b65rd6av4pri7b0ldh9tbm3.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" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "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": 2 } |