AOSSIE Scholar

Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.…

AOSSIE Scholar क्या है?

AOSSIE Scholar aossie-chrome-extension-publishers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.…"।

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

screenshot

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

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

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

                        Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g. h-index, citations) that have limited applicability. AOSSIE Scholar provides a wide variety of alternative academic performance metrics that may provide a more holistic and more detailed view of a scholar’s academic contributions. It scraps data from the Google Scholar page of a scholar and then opens a new page showing various other metrics and charts for the scholar.                    

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

नाम AOSSIE Scholar AOSSIE Scholar
ID bgoiffehmhngmehlbmcepkfikalopkgo
आधिकारिक URL https://chromewebstore.google.com/detail/aossie-scholar/bgoiffehmhngmehlbmcepkfikalopkgo
विवरण Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.…
फ़ाइल का आकार 399 KB
स्थापना संख्या 42
वर्तमान संस्करण 1.3
अंतिम अपडेट 2021-04-30
प्रकाशन तिथि 2020-08-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर aossie-chrome-extension-publishers
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AOSSIE Scholar",
    "version": "1.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": ".\/views\/popup.html",
        "default_icon": {
            "16": ".\/images\/default_icon_16.png",
            "32": ".\/images\/default_icon_32.png",
            "48": ".\/images\/default_icon_48.png",
            "128": ".\/images\/default_icon_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scholar.google.com\/citations?hl=*&user=*",
                "https:\/\/scholar.google.com\/citations?user=*&hl=*"
            ],
            "js": [
                ".\/js\/content.js"
            ]
        }
    ],
    "background": {
        "page": "views\/background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net; object-src 'self'"
}