Refden

Extension for adding references to refden.com

ما هو Refden؟

Refden هو إضافة Chrome تم تطويرها بواسطة https://refden.com، والميزة الرئيسية لها هي "Extension for adding references to refden.com".

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

screenshot

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

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

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

                        Streamline your research with the Refden browser extension. Once installed and logged in, it scans your current webpage for references, allowing you to add new ones directly to your Refden account with ease. This tool ensures that every valuable source is captured and organized effortlessly, enhancing your reference management from within your browser.                    

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

الاسم Refden Refden
ID mjkalnplobeeekejeecbgpjacbnggdod
عنوان URL الرسمي https://chromewebstore.google.com/detail/refden/mjkalnplobeeekejeecbgpjacbnggdod
الوصف Extension for adding references to refden.com
حجم الملف 668 KB
عدد التثبيتات 55
النسخة الحالية 4.0.0
آخر تحديث 2024-02-25
تاريخ النشر 2020-06-18
تقييم 5.00/5 مجموع تقييمات 3
المطور https://refden.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
عنوان صفحة سياسة الخصوصية https://www.refden.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Refden",
    "description": "Extension for adding references to refden.com",
    "version": "4.0.0",
    "background": {
        "service_worker": "dist\/build\/background\/bundle.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Refden"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/doi.org\/",
        "https:\/\/www.refden.co\/",
        "https:\/\/www.refden.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/build\/app\/bundle.js"
            ],
            "run_at": "document_idle"
        }
    ]
}