Autocitr

An automated Harvard Reference generator for Google Chrome tabs.

Autocitr क्या है?

Autocitr Sophie Kent द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An automated Harvard Reference generator for Google Chrome tabs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Autocitr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
            ]
        }
    ]
}