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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |