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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}