Voody for Google Scholar

Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar

Что такое Voody for Google Scholar?

Voody for Google Scholar - это расширение Chrome, разработанное Team MaiA, и его основная функция - "Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Voody for Google Scholar

Скачайте файлы расширений Voody for Google Scholar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Google Scholar for Voody helps to create systematic literature reviews and manuscripts by importing articles from Google scholar                    

Основная информация о расширении

Название Voody for Google Scholar Voody for Google Scholar
ID obfgjfdpponfnmibbkddcegelhfojhbn
Официальный URL https://chromewebstore.google.com/detail/voody-for-google-scholar/obfgjfdpponfnmibbkddcegelhfojhbn
Описание Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar
Размер файла 592 KB
Количество установок 66
Текущая Версия 1.1.3
Последнее Обновление 2022-07-25
Дата публикации 2022-02-22
Разработчик Team MaiA
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://voody.io/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Voody for Google Scholar",
    "description": "Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar",
    "version": "1.1.3",
    "icons": {
        "16": "assets\/common\/icon.png",
        "48": "assets\/common\/icon.png",
        "128": "assets\/common\/icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Voody for Google Scholar",
        "default_icon": "assets\/common\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.genproresearch.com\/*",
        "*:\/\/*.voody.io\/*",
        "http:\/\/127.0.0.1\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.genproresearch.com\/*",
                "*:\/\/*.voody.io\/*",
                "http:\/\/127.0.0.1\/*"
            ],
            "js": [
                "contentScriptVoody.js"
            ]
        },
        {
            "matches": [
                "https:\/\/scholar.google.com\/*"
            ],
            "js": [
                "contentScriptGoogleScholar.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.svg",
                "fonts\/*.ttf"
            ],
            "matches": [
                "https:\/\/scholar.google.com\/*"
            ]
        }
    ]
}