Smart Scholar

Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…

Smart Scholarคืออะไร?

Smart Scholar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Samuel Berryman และคุณลักษณะหลักของมันคือ "Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Smart Scholar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search results based on their relevancy to papers you have previously liked, saving you time. Make your next literature review a less painful experience with Smart Scholar.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smart Scholar Smart Scholar
ID cpiloopbabigjbkcedoneanbolmohehe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-scholar/cpiloopbabigjbkcedoneanbolmohehe
คำอธิบาย Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…
ขนาดไฟล์ 16.95 KB
จำนวนการติดตั้ง 439
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-11-28
วันที่เผยแพร่ 2019-11-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Samuel Berryman
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Scholar",
    "version": "1.0",
    "manifest_version": 2,
    "author": "Samuel Berryman",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scholar.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "permissions": [
        "storage"
    ]
}