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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}