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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης AOSSIE Scholar

Λήψη αρχείων επέκτασης AOSSIE Scholar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
}