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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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"
        }
    ]
}