Autocitr
An automated Harvard Reference generator for Google Chrome tabs.
Co je Autocitr?
Autocitr je rozšíření Chrome vyvinuté Sophie Kent, a jeho hlavní funkcí je „An automated Harvard Reference generator for Google Chrome tabs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Autocitr
Stáhněte si soubory rozšíření Autocitr ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Autocitr is a user friendly way of referencing the tab you are viewing. It automatically grabs all the information you needs an formats it into a Harvard Reference. You can then choose to copy and paste the single reference or add it to your collection for this browser session. Once you have finished collecting references you simply click the collect button in the pop up window and copy and paste all your references straight into your report. Simple.
Základní Informace o Rozšíření
Název | Autocitr |
ID | kgbcdeonpgopaokngeobbidilkbdedoc |
Oficiální URL | https://chromewebstore.google.com/detail/autocitr/kgbcdeonpgopaokngeobbidilkbdedoc |
Popis | An automated Harvard Reference generator for Google Chrome tabs. |
Velikost souboru | 46.45 KB |
Počet instalací | 487 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-05-14 |
Datum Vydání | 2014-05-14 |
Hodnocení | 4.00/5 Celkem 3 Hodnocení |
Vývojář | Sophie Kent |
Typ Platby | free |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autocitr", "version": "1.0", "description": "An automated Harvard Reference generator for Google Chrome tabs.", "browser_action": { "default_icon": "icon2.png", "default_title": "Autocitr v0.1", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_scripts": [ { "js": [ "jquery.min.js", "jquery.cookie.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |