Citation Generator
Generate citations for a project at the click of a button.
Co to jest Citation Generator?
Citation Generator to rozszerzenie Chrome opracowane przez danieljextensions, a jego główną funkcją jest „Generate citations for a project at the click of a button.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Citation Generator
Pobierz pliki rozszerzeń Citation Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | necdcdcfodjkfjfbgieeemmhondglmkc |
| Oficjalny URL | https://chromewebstore.google.com/detail/citation-generator/necdcdcfodjkfjfbgieeemmhondglmkc |
| Opis | Generate citations for a project at the click of a button. |
| Rozmiar pliku | 5.23 KB |
| Liczba instalacji | 38 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2022-08-23 |
| Data Publikacji | 2022-08-22 |
| Ocena | 3.00/5 Łącznie 1 Oceny |
| Deweloper | danieljextensions |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://www.privacypolicies.com/live/46eeb925-ce64-44ae-8a21-d81edca6fd69 |
| Obsługiwane Języki | 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"
}
} | |