Predictive Tab Key Auto Complete

Auto Completes Everything You Type In, Without Disturbing.

Τι είναι το Predictive Tab Key Auto Complete;

Το Predictive Tab Key Auto Complete είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bt, και η κύρια λειτουργία του είναι "Auto Completes Everything You Type In, Without Disturbing.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Predictive Tab Key Auto Complete

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
        }
    ]
}