FRAMEndeley

Enrich Mendeley with Thematic Analysis functionality.

ما هو FRAMEndeley؟

FRAMEndeley هو إضافة Chrome تم تطويرها بواسطة onekin.org، والميزة الرئيسية لها هي "Enrich Mendeley with Thematic Analysis functionality.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة FRAMEndeley

قم بتنزيل ملفات الامتداد FRAMEndeley بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        FRAMEndeley extends Mendeley’s website with support for conducting Thematic Analysis in the small. This can be useful for scoping Research Questions in an iterative manner or for comparing different research articles (e.g. when writing the Related work section or discussing results).

The extension is currently under development, so we appreciate your feedback.

Privacy policy: https://onekin.org/?page_id=1110                    

معلومات أساسية عن التمديد

الاسم FRAMEndeley FRAMEndeley
ID decpeaebklmmgfhnnhggeikfhhlbcjpf
عنوان URL الرسمي https://chromewebstore.google.com/detail/framendeley/decpeaebklmmgfhnnhggeikfhhlbcjpf
الوصف Enrich Mendeley with Thematic Analysis functionality.
حجم الملف 4.1 MB
عدد التثبيتات 692
النسخة الحالية 0.2.82
آخر تحديث 2023-09-20
تاريخ النشر 2019-12-10
تقييم 4.67/5 مجموع تقييمات 3
المطور onekin.org
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://onekin.org?page_id=10
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.2.82",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo19.png",
            "38": "images\/logo38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "background": {
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.mendeley.com\/robots.txt*"
            ],
            "js": [
                "scripts\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.mendeley.com\/*"
            ],
            "js": [
                "libs\/ocrad.js",
                "scripts\/content_script.js"
            ],
            "css": [
                "styles\/contentScript.css",
                "styles\/jquery-ui.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/api.mendeley.com\/*",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "images\/*",
        "scripts\/*",
        "scripts\/adapters\/*",
        "pages\/*",
        "libs\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApPaOsdyTcmY2fo\/BqsZ8x95XwtNvMbtkvNLoUqvEq6rG1rq2YdD\/NoTqerGFtjt+B\/3LEYQqOAaL5lxoeKsVMBSk+ZDYsw4RrxZXZhtwI8ieAMTEJZqcDZHIotcJes+QhpzRv8UffUTdaLNncUC7mB8sZZi0PBSxCZp9poPXE0SCzs6+UmIFVHeWagxf2KLWVCdXutLvLMYtVoQiO2aqnQDLcdAhaH0a3ydH5ZUGwvW8Zke4OfBIS7IJty7yU9R9Eeqv5jsjBWopoyf7zA5pKW6RFeIN91XTBfLzvBAaW9yH0q13fTDtBjXW75PRyXscZZpLwXI\/dT0i\/CP2SbJ8dwIDAQAB"
}