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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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