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\/*"
            ]
        }
    ]
}