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是由Team MaiA開發的Chrome擴展程式,該擴展的主要功能是“Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar”。

擴展截圖

screenshot

下載Voody for Google Scholar擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}