Voody for Google Scholar

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

Vad är Voody for Google Scholar?

Voody for Google Scholar är en Chrome-tillägg utvecklad av Team MaiA, och dess huvudfunktion är "Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar".

Tilläggsskärmbilder

screenshot

Ladda ner Voody for Google Scholar-förlängningens CRX-fil

Ladda ner Voody for Google Scholar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Voody for Google Scholar Voody for Google Scholar
ID obfgjfdpponfnmibbkddcegelhfojhbn
Officiell webbadress https://chromewebstore.google.com/detail/voody-for-google-scholar/obfgjfdpponfnmibbkddcegelhfojhbn
Beskrivning Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar
Filstorlek 592 KB
Antal Installationer 66
Aktuell Version 1.1.3
Senast Uppdaterad 2022-07-25
Publiceringsdatum 2022-02-22
Utvecklare Team MaiA
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://voody.io/
Stödda Språk 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\/*"
            ]
        }
    ]
}