Keep The Tip
Hide tooltips and balloons when hovering over images and links
Vad är Keep The Tip?
Keep The Tip är en Chrome-tillägg utvecklad av j.grey, och dess huvudfunktion är "Hide tooltips and balloons when hovering over images and links".
Tilläggsskärmbilder
Ladda ner Keep The Tip-förlängningens CRX-fil
Ladda ner Keep The Tip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Keep The Tip |
ID | nchkiefgjgoblhgnejemcgfgnfpgmdjm |
Officiell webbadress | https://chromewebstore.google.com/detail/keep-the-tip/nchkiefgjgoblhgnejemcgfgnfpgmdjm |
Beskrivning | Hide tooltips and balloons when hovering over images and links |
Filstorlek | 241 KB |
Antal Installationer | 24 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2015-12-08 |
Publiceringsdatum | 2015-12-08 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | j.grey |
Betalningssätt | free |
Stödda Språk | 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 } |