No Tooltip Textareas
Hide annoying tooltips
No Tooltip Textareas란 무엇입니까?
No Tooltip Textareas은(는) johnfontana에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide annoying tooltips"입니다.
No Tooltip Textareas 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |