Keep The Tip
Hide tooltips and balloons when hovering over images and links
什麼是Keep The Tip?
Keep The Tip是由j.grey開發的Chrome擴展程式,該擴展的主要功能是“Hide tooltips and balloons when hovering over images and links”。
擴展截圖
下載Keep The Tip擴展crx文件
下載Keep The Tip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | nchkiefgjgoblhgnejemcgfgnfpgmdjm |
官方網址 | 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 } |