AOSSIE Scholar

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

Qu'est-ce que AOSSIE Scholar ?

AOSSIE Scholar est une extension Chrome développée par aossie-chrome-extension-publishers, et sa fonction principale est "Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AOSSIE Scholar

Téléchargez les fichiers d'extension AOSSIE Scholar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AOSSIE Scholar AOSSIE Scholar
ID bgoiffehmhngmehlbmcepkfikalopkgo
URL Officiel https://chromewebstore.google.com/detail/aossie-scholar/bgoiffehmhngmehlbmcepkfikalopkgo
Description Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.…
Taille du Fichier 399 KB
Nombre d'Installations 42
Version Actuelle 1.3
Dernière Mise à Jour 2021-04-30
Date de Publication 2020-08-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur aossie-chrome-extension-publishers
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}