Reference App
A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.
Co to jest Reference App?
Reference App to rozszerzenie Chrome opracowane przez Fraser Deans, a jego główną funkcją jest „A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reference App
Pobierz pliki rozszerzeń Reference App 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
Using the harvard reference style for academic references is tricky to remember and let's face it, a real pain in the arse. This app make it simple and easy to develop your references to include in your assignments. This is perfect for those studying at academic institutions. Change log: v0.12 - Users can now click a button to copy the reference to the clipboard. v0.14 - Fixed bug with last accessed date on web references. v0.15 - Fixed bug with URL grab for web references.
Podstawowe informacje o rozszerzeniu
Nazwa | Reference App |
ID | clgddkmefkffmfinedklminbclibddlf |
Oficjalny URL | https://chromewebstore.google.com/detail/reference-app/clgddkmefkffmfinedklminbclibddlf |
Opis | A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage. |
Rozmiar pliku | 50.09 KB |
Liczba instalacji | 6,000 |
Aktualna Wersja | 0.15 |
Ostatnia Aktualizacja | 2013-01-19 |
Data Publikacji | 2013-01-19 |
Ocena | 2.88/5 Łącznie 8 Oceny |
Deweloper | Fraser Deans |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reference App", "manifest_version": 2, "version": "0.15", "description": "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.", "icons": { "128": "images\/icon-128.gif" }, "permissions": [ "tabs", "clipboardWrite" ], "browser_action": { "default_icon": "images\/icon-128.gif", "default_popup": "popup.html" } } |