Autocitr

An automated Harvard Reference generator for Google Chrome tabs.

Co to jest Autocitr?

Autocitr to rozszerzenie Chrome opracowane przez Sophie Kent, a jego główną funkcją jest „An automated Harvard Reference generator for Google Chrome tabs.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Autocitr

Pobierz pliki rozszerzeń Autocitr 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Autocitr Autocitr
ID kgbcdeonpgopaokngeobbidilkbdedoc
Oficjalny URL https://chromewebstore.google.com/detail/autocitr/kgbcdeonpgopaokngeobbidilkbdedoc
Opis An automated Harvard Reference generator for Google Chrome tabs.
Rozmiar pliku 46.45 KB
Liczba instalacji 487
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-05-14
Data Publikacji 2014-05-14
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper Sophie Kent
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}