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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Voody for Google Scholar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Google Scholar for Voody helps to create systematic literature reviews and manuscripts by importing articles from 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\/*" ] } ] } |