Keep The Tip
Hide tooltips and balloons when hovering over images and links
Qu'est-ce que Keep The Tip ?
Keep The Tip est une extension Chrome développée par j.grey, et sa fonction principale est "Hide tooltips and balloons when hovering over images and links".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Keep The Tip
Téléchargez les fichiers d'extension Keep The Tip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Keep The Tip |
ID | nchkiefgjgoblhgnejemcgfgnfpgmdjm |
URL Officiel | https://chromewebstore.google.com/detail/keep-the-tip/nchkiefgjgoblhgnejemcgfgnfpgmdjm |
Description | Hide tooltips and balloons when hovering over images and links |
Taille du Fichier | 241 KB |
Nombre d'Installations | 24 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2015-12-08 |
Date de Publication | 2015-12-08 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | j.grey |
Type de Paiement | free |
Langues Prises en Charge | 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 } |