Semantic Scholar

Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).

Semantic Scholar क्या है?

Semantic Scholar Semantic Scholar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Semantic Scholar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension provides search and one-click navigation to the Paper Page on semanticscholar.org, where you can save the paper to your library, add it to a research feed, cite the paper, and view citations, figures, tables, code libraries, clinical trials, and more.

We are a team of researchers and engineers at AI2 building a smarter way to search and discover scientific knowledge. Share your feedback with us by emailing: [email protected] 

By installing this extension you agree to the Terms of Service
(https://allenai.org/terms) and Privacy Policy (https://allenai.org/privacy-policy).                    

एक्सटेंशन की मूल जानकारी

नाम Semantic Scholar Semantic Scholar
ID kboocjlbbkedggcpllfoigfnhieejebk
आधिकारिक URL https://chromewebstore.google.com/detail/semantic-scholar/kboocjlbbkedggcpllfoigfnhieejebk
विवरण Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).
फ़ाइल का आकार 146 KB
स्थापना संख्या 3,855
वर्तमान संस्करण 0.3.9
अंतिम अपडेट 2020-10-29
प्रकाशन तिथि 2020-09-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Semantic Scholar
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.semanticscholar.org
गोपनीयता नीति पृष्ठ URL https://allenai.org/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Semantic Scholar",
    "description": "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).",
    "version": "0.3.9",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "Semantic Scholar",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}