Autocitr

An automated Harvard Reference generator for Google Chrome tabs.

Τι είναι το Autocitr;

Το Autocitr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sophie Kent, και η κύρια λειτουργία του είναι "An automated Harvard Reference generator for Google Chrome tabs.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Autocitr

Λήψη αρχείων επέκτασης Autocitr σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Autocitr Autocitr
ID kgbcdeonpgopaokngeobbidilkbdedoc
Επίσημο URL https://chromewebstore.google.com/detail/autocitr/kgbcdeonpgopaokngeobbidilkbdedoc
Περιγραφή An automated Harvard Reference generator for Google Chrome tabs.
Μέγεθος Αρχείου 46.45 KB
Αριθμός Εγκαταστάσεων 487
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-05-14
Ημερομηνία Δημοσίευσης 2014-05-14
Αξιολόγηση 4.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Sophie Kent
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*"
            ]
        }
    ]
}