Open via UCSF

Adds options to open current page or links (e.g. journal articles) via the UCSF VPN Web Proxy.

Open via UCSFคืออะไร?

Open via UCSF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Henrik Bengtsson และคุณลักษณะหลักของมันคือ "Adds options to open current page or links (e.g. journal articles) via the UCSF VPN Web Proxy."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open via UCSF

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

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

                        With 'Open via UCSF' you can right click on any link to open it via the UCSF VPN Web Proxy. You can also reopen the current page via the Web Proxy by clicking on the icon in the address bar.  This is useful when for instance accessing journal articles when outside of the UCSF computer network.

When installed, the extensions adds (i) an 'Open in new tab via UCSF VPN Web Proxy' entry to the context ("right-click") menu, and (ii) a 'Reopen current page via UCSF VPN Web Proxy' icon to the address bar. The first time you open a link via UCSF, you will be asked to authenticate yourself using your UCSF credentials. All following links will be opened directly, until you restart the browser.

REQUIREMENTS:
This extension will only be useful to users that have an account at University of California, San Francisco (UCSF).

NEWS:
v1.4.0 (2020-05-12): Updated to new web-proxy URL https://remote-vpn01.ucsf.edu/.
v1.3.1 (2016-01-02): Updated labels to say "UCSF VPN Web Proxy" instead of "UCSF VPN".
v1.3.0 (2015-07-14): Now supporting the new UCSF VPN URL format. The previous one will be decommissioned Fall 2015.

PRIVACY POLICY:
None of your information, including your UCSF credential, are handled by this extension.  Instead, this extension asks https://remote-vpn01.ucsf.edu/ to open the URL, which handles all the authentication.  Nothing is tracked by this extension.  The permission to "Ready your browsing history" is required in order to access and modify the content of the address bar - not browsing history is accessed beyond the address of the current page viewed.

OPEN SOURCE:
This extension is distributed under LGPL (>= 3).  The source code is available via GitHub [https://github.com/HenrikBengtsson/OpenViaUCSF/]

ABOUT:
This extension is developed by Henrik Bengtsson, Department of Epidemiology & Biostatistics, University of California, San Francisco (UCSF).                    

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

ชื่อ Open via UCSF Open via UCSF
ID ljeagphcbbhcgbceadakcimpmaahakma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-via-ucsf/ljeagphcbbhcgbceadakcimpmaahakma
คำอธิบาย Adds options to open current page or links (e.g. journal articles) via the UCSF VPN Web Proxy.
ขนาดไฟล์ 15.86 KB
จำนวนการติดตั้ง 177
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2020-05-13
วันที่เผยแพร่ 2020-05-12
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Henrik Bengtsson
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/HenrikBengtsson/OpenViaUCSF/
URL หน้าช่วยเหลือ https://github.com/HenrikBengtsson/OpenViaUCSF/issues/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open via UCSF",
    "version": "1.4.0",
    "description": "Adds options to open current page or links (e.g. journal articles) via the UCSF VPN Web Proxy.",
    "author": "Henrik Bengtsson",
    "icons": {
        "16": "OpenViaUCSF_16x16.png",
        "48": "OpenViaUCSF_48x48.png",
        "128": "OpenViaUCSF_128x128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "page_action": {
        "default_icon": "OpenViaUCSF_16x16.png",
        "default_title": "Toggle UCSF VPN Web Proxy on\/off for current page"
    }
}