Reading Helper

This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.

Reading Helperคืออะไร?

Reading Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension can analyse keywords of selected text on Chrome, and user can select keywords to search."

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

screenshot

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

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

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

                        This project is to develop a Google Chrome extension based on some information retrieval algorithms and technologies. It could extract keywords from articles on the web and help people read faster and more effectively. And users could use keywords or their combinations to find more relevant articles on the Internet. In order to extract more accurate keywords automatically, this project will first compare and study some information retrieval algorithms and data mining technologies.                    

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

ชื่อ Reading Helper Reading Helper
ID mfkgelmlfhnclepgnohgjimdkfobeoae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reading-helper/mfkgelmlfhnclepgnohgjimdkfobeoae
คำอธิบาย This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.
ขนาดไฟล์ 198 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2019-11-28
วันที่เผยแพร่ 2019-11-27
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading Helper",
    "description": "This extension can analyse keywords of selected text on Chrome, and user can select keywords to search.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}