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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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:\/\/*\/*"
    ]
}