Voody for Google Scholar

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

Cos'è Voody for Google Scholar?

Voody for Google Scholar è un'estensione di Chrome sviluppata da Team MaiA, e la sua funzione principale è "Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Voody for Google Scholar

Scarica i file di estensione Voody for Google Scholar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Voody for Google Scholar Voody for Google Scholar
ID obfgjfdpponfnmibbkddcegelhfojhbn
URL Ufficiale https://chromewebstore.google.com/detail/voody-for-google-scholar/obfgjfdpponfnmibbkddcegelhfojhbn
Descrizione Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar
Dimensione del File 592 KB
Conteggio Installazioni 66
Versione Corrente 1.1.3
Ultimo Aggiornamento 2022-07-25
Data di Pubblicazione 2022-02-22
Sviluppatore Team MaiA
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://voody.io/
Lingue Supportate 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\/*"
            ]
        }
    ]
}