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
公式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
Eメール [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\/*"
            ]
        }
    ]
}