No Tooltip Textareas
Hide annoying tooltips
Wat is No Tooltip Textareas?
No Tooltip Textareas is een Chrome-extensie ontwikkeld door johnfontana, en de belangrijkste functie is "Hide annoying tooltips".
Download het CRX-bestand van de extensie No Tooltip Textareas
Download No Tooltip Textareas-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dbeaanekcmbipbkoiidfphdkdhpphcpk |
Officiële URL | https://chrome.google.com/webstore/detail/no-tooltip-textareas/dbeaanekcmbipbkoiidfphdkdhpphcpk |
Beschrijving | Hide annoying tooltips |
Bestandsgrootte | 86.33 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-07-14 |
Publicatiedatum | 2013-07-14 |
Beoordeling | 2.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | johnfontana |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |