Wiki Researcher

Don't Waste Time Opening Multiple Wiki Windows And Lose Track Of What You Are Reading. Do More With Search,Books And NYT Articles

Wiki Researcherคืออะไร?

Wiki Researcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wiki researcher addon และคุณลักษณะหลักของมันคือ "Don't Waste Time Opening Multiple Wiki Windows And Lose Track Of What You Are Reading. Do More With Search,Books And NYT Articles"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Wiki Researcher lets users view full Wikipedia article by placing the mouse on wiki links (internal links to other articles on Wikipedia) on Wikipedia pages. The user does not have to navigate from current reading page to read linked articles within an page.

*** Do not waste time opening multiple wiki windows and lose track of what you are reading. 

*** Do more with Google Search, Book search and articles from New York Times.

This add on is a tool tip widget which lets users view full Wikipedia articles without navigating from the current wiki page.

*** Supports ALL languages in which Wikipedia pages are available

* When Wiki Researcher add-on is enabled all internal wiki links on a wiki page are highlighted with a light red background color.

* Placing the mouse on the highlighted wiki link for more than 3 seconds will open the tool tip with corresponding wiki article.

* The reason for delay of 3 seconds is to avoid unintentional opening of tool tip while navigating or browsing on the page.

* 'Summary' tab displays the wiki article. It has sub sections similar to wiki article. Sub sections can be opened or closed by clicking on sub section title.

* 'Search' tab opens google search results for the keyword from wiki link. The keyword can be further modified to filter the results on this tab.

* 'Books' tab opens google book search results for the keyword from wiki link.

* 'NY Times' tab opens The New York Times article search results for the keyword from wiki link.

* Tool tip can be closed by pressing 'Esc' key or by clicking on 'Press[Esc] or Close[X]' on top right corner of the tool tip.

#wiki,#wikipedia,#wiki research,#research,#google,#google search,#book,#book search,#nyt,#newyorktimes                    

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

ชื่อ Wiki Researcher Wiki Researcher
ID ddidbnnoikbondobmkljehnijbnnbmao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wiki-researcher/ddidbnnoikbondobmkljehnijbnnbmao
คำอธิบาย Don't Waste Time Opening Multiple Wiki Windows And Lose Track Of What You Are Reading. Do More With Search,Books And NYT Articles
ขนาดไฟล์ 345 KB
จำนวนการติดตั้ง 578
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-01-05
วันที่เผยแพร่ 2018-01-05
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา wiki researcher addon
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiki Researcher",
    "description": "Don't Waste Time Opening Multiple Wiki Windows And Lose Track Of What You Are Reading. Do More With Search,Books And NYT Articles",
    "version": "1.2",
    "browser_action": {
        "default_title": "Research Wikipedia Tooltip",
        "default_icon": "tooltip.png"
    },
    "icons": {
        "48": "tooltip_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.m.wikipedia.org\/*"
            ],
            "js": [
                "jquery-3.1.1.js",
                "analytics.js",
                "wikicontentscript.js",
                "hoverIntent.js",
                "sanitize-html\/sanitize-html.js"
            ],
            "css": [
                "wikidiv.css",
                "tabscss.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "default-src 'none';script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; img-src 'self';media-src 'self';style-src 'self'",
    "manifest_version": 2
}