Scholar Updates

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

Scholar Updatesคืออะไร?

Scholar Updates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ricardo Matsumura และคุณลักษณะหลักของมันคือ "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scholar Updates

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}