Rango

Extension that allows you to interact with webpages and the browser using your voice and talon or your keyboard

Τι είναι το Rango;

Το Rango είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Tejada, και η κύρια λειτουργία του είναι "Extension that allows you to interact with webpages and the browser using your voice and talon or your keyboard".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rango

Λήψη αρχείων επέκτασης Rango σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Rango is an extension that helps you interact with web pages using your voice and talon. It does this by drawing hints with letters next to elements that you can use to click, hover, copy or show link addresses and more. It also helps you to close tabs, open a link in a new tab and open multiple link in new tabs without focusing them.                    

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

Όνομα Rango Rango
ID lnemjdnjjofijemhdogofbpcedhgcpmb
Επίσημο URL https://chromewebstore.google.com/detail/rango/lnemjdnjjofijemhdogofbpcedhgcpmb
Περιγραφή Extension that allows you to interact with webpages and the browser using your voice and talon or your keyboard
Μέγεθος Αρχείου 3.02 MB
Αριθμός Εγκαταστάσεων 572
Τρέχουσα Έκδοση 0.6.3
Τελευταία Ενημέρωση 2024-02-02
Ημερομηνία Δημοσίευσης 2022-05-25
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής David Tejada
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/david-tejada/rango
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rango",
    "version": "0.6.3",
    "description": "Extension that allows you to interact with webpages and the browser using your voice and talon or your keyboard",
    "homepage_url": "https:\/\/github.com\/david-tejada\/rango",
    "manifest_version": 3,
    "minimum_chrome_version": "109",
    "icons": {
        "48": "icon48.58c42810.png",
        "128": "icon128.77d0e41d.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "clipboardRead",
        "clipboardWrite",
        "notifications",
        "webNavigation",
        "offscreen",
        "contextMenus",
        "bookmarks"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.65d0fa3e.js"
            ],
            "css": [
                "tippy.a99cb889.css",
                "content.262e3410.css"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.c37f66b3.js"
    },
    "options_ui": {
        "page": "settings.ca092c74.html",
        "open_in_tab": true
    },
    "commands": {
        "get-talon-request": {
            "suggested_key": {
                "default": "Ctrl+Shift+Insert",
                "mac": "MacCtrl+Shift+Insert"
            },
            "description": "Get the talon request"
        },
        "get-talon-request-alternative": {
            "suggested_key": {
                "default": "Ctrl+Shift+3",
                "mac": "MacCtrl+Shift+3"
            },
            "description": "Get the talon request (alternative)"
        },
        "toggle-hints": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "MacCtrl+Shift+Space"
            },
            "description": "Toggle hints"
        },
        "disable-hints": {
            "description": "Disable hints"
        },
        "enable-hints": {
            "description": "Enable hints"
        },
        "toggle-keyboard-clicking": {
            "description": "Toggle keyboard clicking",
            "suggested_key": {
                "default": "Ctrl+Shift+5",
                "mac": "MacCtrl+Shift+5"
            }
        }
    },
    "action": {
        "default_icon": {
            "48": "icon48.58c42810.png"
        },
        "default_title": "Rango"
    }
}