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" ] } ] } |