Highlight all on dblclick

Highlight all words in websites with one doubleclick

Highlight all on dblclickคืออะไร?

Highlight all on dblclick เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trinitas และคุณลักษณะหลักของมันคือ "Highlight all words in websites with one doubleclick"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Highlight all on dblclick

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

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

                        Highlight all words in websites with one double click.

1: Click the icon so it becoms green, now it's ready. 
2: Go to some page and double click a word, it will become hightlighted and the rest matching words.
3: Click icon again so it becoms red to erase all highlighted words. 

!!! Only tested in Chrome and dosen't work in all websites !!!
Enjoy                    

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

ชื่อ Highlight all on dblclick Highlight all on dblclick
ID ibbikoelnlhphegnjbojfeokpcneaohg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/highlight-all-on-dblclick/ibbikoelnlhphegnjbojfeokpcneaohg
คำอธิบาย Highlight all words in websites with one doubleclick
ขนาดไฟล์ 87.89 KB
จำนวนการติดตั้ง 559
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2016-11-06
วันที่เผยแพร่ 2016-11-06
คะแนน 3.95/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Trinitas
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlight all on dblclick",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Highlight all words in websites with one doubleclick",
    "icons": {
        "16": "img\/highlight16.png",
        "128": "img\/highlight128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/highlight.js"
            ]
        }
    ],
    "minimum_chrome_version": "20",
    "permissions": [
        "windows",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}