Harvard Source Extractor
Extract website sources rapidly, following Harvard standards, with our efficient utility.
Co to jest Harvard Source Extractor?
Harvard Source Extractor to rozszerzenie Chrome opracowane przez https://trungnhan.name.vn, a jego główną funkcją jest „Extract website sources rapidly, following Harvard standards, with our efficient utility.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Harvard Source Extractor
Pobierz pliki rozszerzeń Harvard Source Extractor 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
The Harvard Source Extractor is a convenient Chrome extension that generates citation text in the Harvard referencing style from the current website you are viewing. With just a click, it automatically extracts relevant information such as the author's name, title, publication date, and URL to create accurate and properly formatted citations. It seamlessly integrates into your browser, saving you time and ensuring the accuracy of your citations for academic or research purposes.
Podstawowe informacje o rozszerzeniu
Nazwa | Harvard Source Extractor |
ID | oeilagkbjpeojpkidlbdfhpecchcohmf |
Oficjalny URL | https://chromewebstore.google.com/detail/harvard-source-extractor/oeilagkbjpeojpkidlbdfhpecchcohmf |
Opis | Extract website sources rapidly, following Harvard standards, with our efficient utility. |
Rozmiar pliku | 295 KB |
Liczba instalacji | 3,000 |
Aktualna Wersja | 1.0.9 |
Ostatnia Aktualizacja | 2023-06-11 |
Data Publikacji | 2021-05-09 |
Ocena | 3.86/5 Łącznie 7 Oceny |
Deweloper | https://trungnhan.name.vn |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://apps.trungnhan.name.vn |
Adres URL Strony Polityki Prywatności | https://apps.trungnhan.name.vn/privacy_policy.html |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Harvard Source Extractor", "description": "Extract website sources rapidly, following Harvard standards, with our efficient utility.", "version": "1.0.9", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Harvard Source Extractor" }, "permissions": [ "activeTab", "debugger" ] } |