EnFind Extension

Automatically adds knowledge to people, places, and things mentioned in articles.

EnFind Extensionคืออะไร?

EnFind Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://enfind.com และคุณลักษณะหลักของมันคือ "Automatically adds knowledge to people, places, and things mentioned in articles."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Do you read online news? Have you ever run into words, phrases, or names that you do not understand and would like to know more? 
If you answered 'Yes' to both questions, then this is the right tool for you!

The EnFind extension annotates all kinds of proper nouns and domain-specific terminologies right onto the article you are reading. If you run into any word or phrase that you would like to understand more (and it is annotated), all you need to do is simply click on it. A window will pop-up showing the Wikipedia abstract for that entity. 

Our powerful and intelligent back-end engine will try its best to figure out the correct semantic meaning of the words and phrases you clicked on (eg. is "cancer" the disease or the zodiac sign?). 

Feature:
* A simple click on an annotation delivers the knowledge from the Wikipedia right to your screen.
* Automatically chooses the correct semantic meaning of the word or phrase you clicked, backed by our artificial intelligent engine.

EnFind will automatically annotate articles from the following online publishers. You can always manually click on our browser icon to see annotations for any webpage not listed below.
1. CNN
2. Los Angeles Times
3. Fox News
4. Yahoo! News
5. NBC News
6. New York Times
7. Huffington Post
8. Daily Mail
9. Reuters
10. ABC News
11. USA Today
12. BBC
13. Washington Post
... (more coming soon)

Give this extension a try. We believe you will fall in love with it. If you like it, don't forget to rate it!                    

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

ชื่อ EnFind Extension EnFind Extension
ID bicpendhcinodkbjpbacdeplchpbomca
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/enfind-extension/bicpendhcinodkbjpbacdeplchpbomca
คำอธิบาย Automatically adds knowledge to people, places, and things mentioned in articles.
ขนาดไฟล์ 338 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 0.551
อัปเดตครั้งล่าสุด 2013-09-09
วันที่เผยแพร่ 2013-09-09
คะแนน 4.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา http://enfind.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://enfind.com
URL หน้าช่วยเหลือ http://enfind.com/faqs
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EnFind Extension",
    "version": "0.551",
    "manifest_version": 2,
    "description": "Automatically adds knowledge to people, places, and things mentioned in articles.",
    "icons": {
        "16": "img\/icon-gray-16.png",
        "48": "img\/icon-gray-48.png",
        "128": "img\/icon-gray-128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-gray-128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}