Citation Plus
Get accurate citations for a webpage in APA, MLA, and Chicago format.
Hvad er Citation Plus?
Citation Plus er en Chrome-udvidelse udviklet af Leaf Group, og dens hovedfunktion er "Get accurate citations for a webpage in APA, MLA, and Chicago format.".
Udvidelsesskærmbilleder
Download Citation Plus-udvidelses-CRX-fil
Download Citation Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension is powered by penandthepad.com and gives an instant citation for a webpage. Users can choose between APA, MLA, and Chicago style citation formats. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pbdamccljaemodcomdonapckfbdfefek |
| Officiel URL | https://chromewebstore.google.com/detail/citation-plus/pbdamccljaemodcomdonapckfbdfefek |
| Beskrivelse | Get accurate citations for a webpage in APA, MLA, and Chicago format. |
| Filstørrelse | 30.81 KB |
| Antal Installationer | 5,812 |
| Nuværende Version | 1.5 |
| Senest Opdateret | 2018-09-12 |
| Udgivelsesdato | 2018-09-12 |
| Bedømmelse | 4.60/5 Samlet 5 Bedømmelser |
| Udvikler | Leaf Group |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://penandthepad.com/ |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Citation Plus",
"version": "1.5",
"description": "Get accurate citations for a webpage in APA, MLA, and Chicago format.",
"permissions": [
"activeTab"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/citation16.png",
"32": "images\/citation32.png",
"48": "images\/citation48.png",
"128": "images\/citation128.png"
}
},
"icons": {
"16": "images\/citation16.png",
"32": "images\/citation32.png",
"48": "images\/citation48.png",
"128": "images\/citation128.png"
},
"manifest_version": 2
} | |