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