Keep The Tip

Hide tooltips and balloons when hovering over images and links

ما هو Keep The Tip؟

Keep The Tip هو إضافة Chrome تم تطويرها بواسطة j.grey، والميزة الرئيسية لها هي "Hide tooltips and balloons when hovering over images and links".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Keep The Tip

قم بتنزيل ملفات الامتداد Keep The Tip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Block annoying tooltips or infotips when you hover or mouseover images and links.

A Tooltip or infotip is a small pop-up window that describes the object being pointed to, such as descriptions of toolbar controls, icons, graphics, links...I am usually aware of my cursor placement, so I don't require a popup message stating the obvious.                    

معلومات أساسية عن التمديد

الاسم Keep The Tip Keep The Tip
ID nchkiefgjgoblhgnejemcgfgnfpgmdjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/keep-the-tip/nchkiefgjgoblhgnejemcgfgnfpgmdjm
الوصف Hide tooltips and balloons when hovering over images and links
حجم الملف 241 KB
عدد التثبيتات 24
النسخة الحالية 0.1.1
آخر تحديث 2015-12-08
تاريخ النشر 2015-12-08
تقييم 3.00/5 مجموع تقييمات 2
المطور j.grey
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keep The Tip",
    "version": "0.1.1",
    "description": "Hide tooltips and balloons when hovering over images and links",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/true16.png",
        "48": "images\/true48.png",
        "128": "images\/true128.png"
    },
    "browser_action": {
        "default_icon": "images\/true48.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2
}