Harvard Library URL

Adds .ezp-prod1.hul.harvard.edu to a URL

Harvard Library URLคืออะไร?

Harvard Library URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย harvard-library-url และคุณลักษณะหลักของมันคือ "Adds .ezp-prod1.hul.harvard.edu to a URL"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Harvard Library URL

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

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

                        Adds a button to the right of the URL bar that quickly appends ".ezp-prod1.hul.harvard.edu" onto a website's hostname to allow authentication through Harvard's library system. This gives access to any resources Harvard subscribes to.                    

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

ชื่อ Harvard Library URL Harvard Library URL
ID ifhojdchaepighibkcdkmnafbcafleci
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/harvard-library-url/ifhojdchaepighibkcdkmnafbcafleci
คำอธิบาย Adds .ezp-prod1.hul.harvard.edu to a URL
ขนาดไฟล์ 7.23 KB
จำนวนการติดตั้ง 1,512
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2014-04-09
วันที่เผยแพร่ 2014-04-09
คะแนน 3.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา harvard-library-url
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harvard Library URL",
    "version": "0.1.1",
    "description": "Adds .ezp-prod1.hul.harvard.edu to a URL",
    "background": {
        "scripts": [
            "urlchange.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}