Citation Generator
Generate citations for a project at the click of a button.
Vad är Citation Generator?
Citation Generator är en Chrome-tillägg utvecklad av danieljextensions, och dess huvudfunktion är "Generate citations for a project at the click of a button.".
Tilläggsskärmbilder
Ladda ner Citation Generator-förlängningens CRX-fil
Ladda ner Citation Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Generate citations for a project at the click of a button. Choose between MLA, APA, Chicago, Vancouver or Harvard citing style. Copy all citations by clicking on the top right corner. Grundläggande Information om Tillägg
| Namn | |
| ID | necdcdcfodjkfjfbgieeemmhondglmkc |
| Officiell webbadress | https://chromewebstore.google.com/detail/citation-generator/necdcdcfodjkfjfbgieeemmhondglmkc |
| Beskrivning | Generate citations for a project at the click of a button. |
| Filstorlek | 5.23 KB |
| Antal Installationer | 38 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-08-23 |
| Publiceringsdatum | 2022-08-22 |
| Betyg | 3.00/5 Totalt 1 Betyg |
| Utvecklare | danieljextensions |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.privacypolicies.com/live/46eeb925-ce64-44ae-8a21-d81edca6fd69 |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Citation Generator",
"description": "Generate citations for a project at the click of a button.",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"tabs",
"activeTab",
"storage"
],
"action": {
"default_popup": "popup.html"
}
} | |