Screen Virtual Keyboard- specific needs tool

Add secure full-screen virtual keyboard for touch screen devices. Make your typing private.

Τι είναι το Screen Virtual Keyboard- specific needs tool;

Το Screen Virtual Keyboard- specific needs tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Top_ExT, και η κύρια λειτουργία του είναι "Add secure full-screen virtual keyboard for touch screen devices. Make your typing private.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Screen Virtual Keyboard- specific needs tool

Λήψη αρχείων επέκτασης Screen Virtual Keyboard- specific needs tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        On Screen Virtual Keyboard is an online application to enter password with the help of a mouse. The Virtual Keyboard is designed to protect your password from malicious “Spyware” and “Trojan Programs”. Use of the extension will reduce the risk of password theft.

What is an Online Virtual Keyboard?
You are installing software that allows users to type characters. Normally an online key pad provides on screen keyboards with clickable buttons to type characters. In this case, the typing is done using a mouse or a finger on touch screens.

An online keyboard can also use a physical keypad to type characters. For example, you can use an English keypad to type Russian characters and the virtual keyboard software automatically converts the English letters to that of Russian.

Why use an Online Keyboard?

The computer or device you are using does not support your language
You are using a computer in a café in a foreign country
You are multilingual and you do not want or know how to change your computer settings
The characters you want to type are missing from your physical keys
You want to bypass a key logger on a compromised computer

Supported Online Keyboards multi-language.

Use the Unicode Table to select special characters that can not be entered using one of the available online keypads. Convert ASCII characters to their hex, decimal, and binary representations and vice versa with ASCII converter. And convert Unicode characters to their unicode, and decimal representations and vice versa with Unicode converter. In addition, find tips and explanations about Character Encoding.


Our extension is in a partnership with Admitad (https://admitad.com/). We use this service only for link affilication. We DO NOT save any of your search queries nor are we making any rewards from your search queries. We can receive a reward for sales that happen after users click on the affiliate links. You can learn more about the process in Admitad's privacy policy at https://terms.admitad.com/en/privacy-policy/for-end-users/. The ads associated with this partnership do not interfere with any third-party website, in-app, or native advertising in any way.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Screen Virtual Keyboard- specific needs tool Screen Virtual Keyboard- specific needs tool
ID gkiknnlmdgcmhmncldcmmnhhdiakielc
Επίσημο URL https://chromewebstore.google.com/detail/screen-virtual-keyboard-s/gkiknnlmdgcmhmncldcmmnhhdiakielc
Περιγραφή Add secure full-screen virtual keyboard for touch screen devices. Make your typing private.
Μέγεθος Αρχείου 304 KB
Αριθμός Εγκαταστάσεων 8,309
Τρέχουσα Έκδοση 1.2.9.6
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2020-10-05
Αξιολόγηση 4.37/5 Συνολικά 68 Αξιολογήσεις
Προγραμματιστής Top_ExT
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,fr,sw,nl,no,vi,ca,da,et,es,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,ru,uk,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.2.9.6",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/browser-keyboard.github.io\/languages\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "options_page": "options\/index.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "include\/jquery.js",
                "include\/jquery.pep.js",
                "objects.js",
                "content\/scripts\/KeyVisual.js",
                "content\/scripts\/Key.js",
                "content\/scripts\/Field.js",
                "content\/scripts\/HotKey.js",
                "content\/scripts\/KeyboardVisual.js",
                "content\/scripts\/KeyboardLogic.js",
                "content\/scripts\/KeyboardPhysical.js",
                "content\/scripts\/Keyboard.js",
                "content\/scripts\/connect.js",
                "content\/search\/index.js"
            ],
            "css": [
                "content\/style.css"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "default_locale": "en",
    "commands": {
        "toggle-feature-activision": {
            "suggested_key": {
                "default": "Alt+K",
                "windows": "Alt+K",
                "mac": "Command+K",
                "chromeos": "Alt+K",
                "linux": "Alt+K"
            },
            "description": "Acive\/disactive keyboard extention"
        }
    }
}