UC access

Accede rápidamente a el texto completo de artículos y papers bloqueados usando tu cuenta UC

UC accessคืออะไร?

UC access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alberto Di Biase และคุณลักษณะหลักของมันคือ "Accede rápidamente a el texto completo de artículos y papers bloqueados usando tu cuenta UC"

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

screenshot

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

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

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

                        Extensión para alumnos y profesores de la Pontificia Universidad Católica de Chile que permite tener acceso a articulos cientificos directamente.

Desbloquea el texto completo de papers y otros documentos usando tus credenciales UC. Con esta extensión podrás:

 * Leer artículos de revistas científicas sin estar subscrito
 * Tener acceso a documentos a texto completo
 * Descargar PDF completos

Funciona en todas las paginas que la biblioteca mantenga convenio (scienceDirect, IEEEXplore, ACM Digital Library y más, revisa la lista completa en SIBUC)

Codigo: https://git.io/fNJcE
Tags: directUC, directSIDING, UC, PUC
---
Esta es una extensión no oficial y no guarda relación alguna con la Pontificia Universidad Católica de Chile.                    

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

ชื่อ UC access UC access
ID leoijilpkelhgbhkneanedjffjhedcoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uc-access/leoijilpkelhgbhkneanedjffjhedcoa
คำอธิบาย Accede rápidamente a el texto completo de artículos y papers bloqueados usando tu cuenta UC
ขนาดไฟล์ 33.92 KB
จำนวนการติดตั้ง 958
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2019-02-16
วันที่เผยแพร่ 2019-02-15
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Alberto Di Biase
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UC access",
    "author": "Alberto Di Biase",
    "version": "0.1.3",
    "description": "Accede r\u00e1pidamente a el texto completo de art\u00edculos y papers bloqueados usando tu cuenta UC",
    "icons": {
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png",
        "256": "img\/logo_256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "24": "img\/icon_24.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png",
            "256": "img\/icon_256.png"
        },
        "default_title": "Get access to the paper",
        "default_popup": "popup.html"
    }
}