Scholar Updates

This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.

Apa itu Scholar Updates?

Scholar Updates adalah ekstensi Chrome yang dikembangkan oleh Ricardo Matsumura, dan fitur utamanya adalah "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Scholar Updates

Unduh file ekstensi Scholar Updates dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The Scholar Updates extension allows for tracking a Google Scholar profile so that one can know when new citations and new articles are added to the profile. It allows to know which articles received the citations. Whenever there are updates, the icon will show a blue exclamation point in it.

Updates are checked every couple of hours, but can be manually triggered by clicking on the extension's icon.                    

Informasi Dasar Ekstensi

Nama Scholar Updates Scholar Updates
ID omcldlkglopofaoiicnhommadfecgdeo
URL Resmi https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo
Deskripsi This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
Ukuran File 3.1 MB
Jumlah Instalasi 687
Versi Saat Ini 0.23
Terakhir Diperbarui 2019-02-22
Tanggal Publikasi 2019-02-22
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Ricardo Matsumura
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scholar Updates",
    "description": "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.",
    "version": "0.23",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "https:\/\/scholar.google.com\/*",
        "https:\/\/scholar.google.com.br\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}