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.                    

擴展基本資訊

名稱 No Tooltip Textareas No Tooltip Textareas
ID dbeaanekcmbipbkoiidfphdkdhpphcpk
官方網址 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"
            ]
        }
    ]
}