BlackboxAI

Write Code better and faster. BLACKBOX AI is an AI coding assistant that helps developers by providing real-time code suggestions

Τι είναι το BlackboxAI;

Το BlackboxAI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον www.useblackbox.io, και η κύρια λειτουργία του είναι "Write Code better and faster. BLACKBOX AI is an AI coding assistant that helps developers by providing real-time code suggestions".

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

screenshot
screenshot

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

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

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

                        Getting Started with BLACKBOX AI Extension

Seamlessly integrate BLACKBOX AI into your existing workflow to supercharge your navigation experience.

### Code Chat:

This is a walkthrough for using Code Chat to get answers to your coding questions:

1. Click on the Blackbox AI icon on the top right of your browser or click on "Manage Extension" then "Keyboard Shortcut" to assign a shortcut for opening the app. 
2. Ask your coding question.
3. Get answers and suggestions in real-time.


### Add current page as context:

To add the current page as context:

1. Click on the Blackbox AI icon on the top right of your browser or click on "Manage Extension" then "Keyboard Shortcut" to assign a shortcut for opening the app.
2. 1. Ensure "Include Context" option is activated.
3. Ask your question about page content.
4. Get answers and suggestions in real-time.


### Github Integration

This is walkthrough for Github Integration :

1. When you view code on Github, you'll see a new button called "Code Chat" appear at the top of the code. 
2. Ask your question about the code.
3. Get answers and suggestions in real-time.


### Image-To-Text

This is walkthrough for OCR integration :

1. Press CTRL+E (Windows) or CMD+E (Mac) to activate OCR.
2. Select the zone.
3. Paste the result where you want.                    

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

Όνομα BlackboxAI BlackboxAI
ID mcgbeeipkmelnpldkobichboakdfaeon
Επίσημο URL https://chromewebstore.google.com/detail/blackboxai/mcgbeeipkmelnpldkobichboakdfaeon
Περιγραφή Write Code better and faster. BLACKBOX AI is an AI coding assistant that helps developers by providing real-time code suggestions
Μέγεθος Αρχείου 116 KB
Αριθμός Εγκαταστάσεων 887,009
Τρέχουσα Έκδοση 3.1.2
Τελευταία Ενημέρωση 2024-02-14
Ημερομηνία Δημοσίευσης 2021-11-07
Αξιολόγηση 2.77/5 Συνολικά 1025 Αξιολογήσεις
Προγραμματιστής www.useblackbox.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.useblackbox.ai
Διεύθυνση URL της Σελίδας Βοήθειας https://www.useblackbox.ai
URL της Σελίδας Πολιτικής Απορρήτου https://www.useblackbox.io/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BlackboxAI",
    "version": "3.1.2",
    "description": "Write Code better and faster. BLACKBOX AI is an AI coding assistant that helps developers by providing real-time code suggestions",
    "icons": {
        "16": "\/icons\/default\/16x16.png",
        "19": "\/icons\/default\/19x19.png",
        "38": "\/icons\/default\/38x38.png",
        "48": "\/icons\/default\/48x48.png",
        "128": "\/icons\/default\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/default\/16x16.png",
            "19": "\/icons\/default\/19x19.png",
            "38": "\/icons\/default\/38x38.png",
            "48": "\/icons\/default\/48x48.png",
            "128": "\/icons\/default\/128x128.png"
        },
        "default_title": "BlackboxAI"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "readability.js",
                "turndown.js",
                "bot.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "options_page": "\/options\/index.html",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/vendor\/Jcrop.gif",
                "\/content\/pixel.png"
            ]
        }
    ],
    "commands": {
        "take-screenshot": {
            "description": "BlackboxAI Vision",
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            }
        }
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "sidePanel",
        "tabs",
        "scripting"
    ],
    "omnibox": {
        "keyword": "bx"
    }
}