Scholar Updates

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

什麼是Scholar Updates?

Scholar Updates是由Ricardo Matsumura開發的Chrome擴展程式,該擴展的主要功能是“This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.”。

擴展截圖

screenshot

下載Scholar Updates擴展crx文件

下載Scholar Updates擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Scholar Updates Scholar Updates
ID omcldlkglopofaoiicnhommadfecgdeo
官方網址 https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo
簡介 This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
檔案大小 3.1 MB
安裝次數 687
目前版本 0.23
更新時間 2019-02-22
上架時間 2019-02-22
評分 5.00/5 共 2 次評分
開發者 Ricardo Matsumura
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}