Reference App

A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.

Reference Appคืออะไร?

Reference App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fraser Deans และคุณลักษณะหลักของมันคือ "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reference App

ดาวน์โหลดไฟล์ส่วนขยาย Reference App ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Using the harvard reference style for academic references is tricky to remember and let's face it, a real pain in the arse.

This app make it simple and easy to develop your references to include in your assignments. This is perfect for those studying at academic institutions.

Change log:
v0.12 - Users can now click a button to copy the reference to the clipboard.
v0.14 - Fixed bug with last accessed date on web references.
v0.15 - Fixed bug with URL grab for web references.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reference App Reference App
ID clgddkmefkffmfinedklminbclibddlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reference-app/clgddkmefkffmfinedklminbclibddlf
คำอธิบาย A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.
ขนาดไฟล์ 50.09 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 0.15
อัปเดตครั้งล่าสุด 2013-01-19
วันที่เผยแพร่ 2013-01-19
คะแนน 2.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Fraser Deans
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reference App",
    "manifest_version": 2,
    "version": "0.15",
    "description": "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.",
    "icons": {
        "128": "images\/icon-128.gif"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": "images\/icon-128.gif",
        "default_popup": "popup.html"
    }
}