Keep The Tip
Hide tooltips and balloons when hovering over images and links
Keep The Tip là gì?
Keep The Tip là một tiện ích mở rộng Chrome được phát triển bởi j.grey, và tính năng chính của nó là "Hide tooltips and balloons when hovering over images and links".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Keep The Tip
Tải xuống các tệp mở rộng Keep The Tip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Keep The Tip |
ID | nchkiefgjgoblhgnejemcgfgnfpgmdjm |
URL Chính Thức | https://chromewebstore.google.com/detail/keep-the-tip/nchkiefgjgoblhgnejemcgfgnfpgmdjm |
Mô tả | Hide tooltips and balloons when hovering over images and links |
Kích Thước Tệp | 241 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2015-12-08 |
Ngày Phát Hành | 2015-12-08 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | j.grey |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |