No Tooltip Textareas
Hide annoying tooltips
什么是No Tooltip Textareas?
No Tooltip Textareas是由johnfontana开发的Chrome扩展程序,该扩展的主要功能是“Hide annoying tooltips”。
下载No Tooltip Textareas扩展crx文件
下载No Tooltip Textareas扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Gets rid of pesky tooltips in text areas, which can get in your way and block your view as you edit text on sites such as Facebook, and many others.
扩展基本信息
名称 | |
ID | dbeaanekcmbipbkoiidfphdkdhpphcpk |
官方URL | https://chrome.google.com/webstore/detail/no-tooltip-textareas/dbeaanekcmbipbkoiidfphdkdhpphcpk |
简介 | Hide annoying tooltips |
文件大小 | 86.33 KB |
安装次数 | 27 |
当前版本 | 1.0 |
更新时间 | 2013-07-14 |
上架时间 | 2013-07-14 |
评分 | 2.60/5 共5次评分 |
开发者 | johnfontana |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Tooltip Textareas", "manifest_version": 2, "version": "1.0", "description": "Hide annoying tooltips", "icons": { "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "hide_titles.js" ] } ] } |