Predictive Tab Key Auto Complete

Auto Completes Everything You Type In, Without Disturbing.

什麼是Predictive Tab Key Auto Complete?

Predictive Tab Key Auto Complete是由bt開發的Chrome擴展程式,該擴展的主要功能是“Auto Completes Everything You Type In, Without Disturbing.”。

擴展截圖

screenshot

下載Predictive Tab Key Auto Complete擴展crx文件

下載Predictive Tab Key Auto Complete擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        NOW WITH NEXT WORD PREDICTION!

Intelligently predicts complete words as you type into any textbox on a webpage. Dynamically learns from web pages you have kept open and coupled with an offline dictionary of popular words. The suggestions given are accurate, personalized and blazingly fast!

This extension erases all your personal data when your close the browser window to protect your privacy. It does not show annoying suggestion popup boxes but, uses just a few, simple and intuitive keyboard shortcuts you're familiar with for auto completion.

* Press [ TAB | ENTER | RIGHT ARROW ] to ACCEPT the predicted text, AUTOMATICALLY INSERT A SPACE and keep typing.

* Press SHIFT + [ TAB | ENTER | RIGHT ARROW ] to ACCEPT the predicted text, WITHOUT AUTOMATIC SPACING.

* To IGNORE, Just keep typing.

* Press [ DELETE | BACKSPACE ] to REMOVE the displayed prediction, PRESS AGAIN to REMOVE ONE CHARACTER to the LEFT and SHOW NEW suggestions.

* Press SHIFT + [ DELETE | BACKSPACE ] to REMOVE the displayed prediction, PRESS AGAIN to REMOVE ONE CHARACTER to the LEFT and will NOT SHOW suggestions.

* This extension will reload all open tabs on your browser ON INSTALLATION to update its session dictionary and be usable without a browser restart.


# FUTURE
* Support for ContentEditable Coming Soon.                    

擴展基本資訊

名稱 Predictive Tab Key Auto Complete Predictive Tab Key Auto Complete
ID jdoppinocmncfoogncheajbjeipceeok
官方網址 https://chrome.google.com/webstore/detail/predictive-tab-key-auto-c/jdoppinocmncfoogncheajbjeipceeok
簡介 Auto Completes Everything You Type In, Without Disturbing.
檔案大小 218 KB
安裝次數 949
目前版本 2015.12.11.5
更新時間 2015-12-11
上架時間 2015-12-11
評分 2.68/5 共 31 次評分
開發者 bt
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://www.qbuzzer.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Predictive Tab Key Auto Complete",
    "version": "2015.12.11.5",
    "description": "Auto Completes Everything You Type In, Without Disturbing.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background_browserify.js"
        ],
        "persistent": false
    },
    "author": "Bhaskar Tiwari",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ]
}