Google Scholar Button

Lookup scholarly articles as you browse the web.

Τι είναι το Google Scholar Button;

Το Google Scholar Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://scholar.google.com, και η κύρια λειτουργία του είναι "Lookup scholarly articles as you browse the web.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Scholar Button

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

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

                        This extension adds a browser button for easy access to Google Scholar from any web page. Click the Scholar button to:

- Find full text on the web or in your university library. Select the title of the paper on the page you're reading, and click the Scholar button to find it.

- Transfer your query from web search to Scholar. Press the Scholar button to see top three results; click "full screen" at the bottom of the popup to see them all.

- Format references in widely used citation styles. Press the quote button below the result to see a formatted reference and copy it into the paper you're writing.

- Save the article to your Scholar library, so you can read it or cite it later.  Press the blue star below the result to save it, or the gray star at the bottom to see all saved articles.

Library links work best when you're on campus. To configure them for off-campus use, visit Google Scholar Settings at https://scholar.google.com/scholar_settings (you may need to login with your library password or to set up your browser to use a library proxy; please visit your library's website or ask a local librarian for assistance).

To search the US case law, click the gear icon at the bottom of the popup, and configure your preferred collection in Google Scholar Settings.

By installing this extension, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Scholar Button Google Scholar Button
ID ldipcbpaocekfooobnbcddclnhejkcpn
Επίσημο URL https://chromewebstore.google.com/detail/google-scholar-button/ldipcbpaocekfooobnbcddclnhejkcpn
Περιγραφή Lookup scholarly articles as you browse the web.
Μέγεθος Αρχείου 56.27 KB
Αριθμός Εγκαταστάσεων 3,610,332
Τρέχουσα Έκδοση 3.2
Τελευταία Ενημέρωση 2022-08-10
Ημερομηνία Δημοσίευσης 2017-10-06
Αξιολόγηση 4.57/5 Συνολικά 1396 Αξιολογήσεις
Προγραμματιστής https://scholar.google.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://policies.google.com/privacy
Υποστηριζόμενες Γλώσσες id,de,en,fil,fr,nl,no,vi,tr,ca,da,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_853__",
    "default_locale": "en",
    "description": "__MSG_854__",
    "icons": {
        "16": "scholar16.png",
        "48": "scholar48.png",
        "128": "scholar128.png"
    },
    "version": "3.2",
    "minimum_chrome_version": "95.0",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/scholar.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/scholar.google.com\/*"
            ],
            "include_globs": [
                "*\/scholar_gsb_promo*"
            ],
            "css": [
                "disable_promo.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/scholar.google.com\/*"
            ],
            "js": [
                "authuserscript-compiled.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "scholar16-tb.png",
            "32": "scholar32-tb.png"
        },
        "default_popup": "popup.html"
    }
}