Highlight All Occurrences

Hold CTRL and select a text to highlight all occurrences of the text on entire page

Highlight All Occurrencesคืออะไร?

Highlight All Occurrences เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Hold CTRL and select a text to highlight all occurrences of the text on entire page"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Highlight All Occurrences

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

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

                        version 1.6:
- hotfix

version 1.5:
- refreshed icon

version 1.4:
- Fixed problem with locked CTRL key when user was using shortcuts like CTRL+F

version 1.3:
- Fixed bugs introduced in version 1.2

version 1.2:
- Fixed problem with locked CTRL key
- Fixed problem with re-highlighting the same text
- Added support for macOS                    

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

ชื่อ Highlight All Occurrences Highlight All Occurrences
ID odhbnpahcahiihjfkmdnnallndmmibpk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/highlight-all-occurrences/odhbnpahcahiihjfkmdnnallndmmibpk
คำอธิบาย Hold CTRL and select a text to highlight all occurrences of the text on entire page
ขนาดไฟล์ 53.4 KB
จำนวนการติดตั้ง 1,279
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2018-10-09
วันที่เผยแพร่ 2018-10-09
คะแนน 3.72/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://radkoncy.wordpress.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight All Occurrences",
    "description": "Hold CTRL and select a text to highlight all occurrences of the text on entire page",
    "icons": {
        "128": "ico128.png",
        "16": "ico16.png",
        "32": "ico32.png",
        "48": "ico48.png"
    },
    "version": "1.6",
    "browser_action": {
        "default_icon": {
            "19": "ico19.png",
            "38": "ico38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.0.0.js",
                "jquery.highlight-5.js",
                "selection.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        }
    ]
}