BrainBox

Easily add a URL to your BrainBox in TheBrain

Was ist BrainBox?

BrainBox ist eine Chrome-Erweiterung, die von TheBrain Technologies entwickelt wurde, und ihr Hauptmerkmal ist "Easily add a URL to your BrainBox in TheBrain".

Erweiterungsscreenshots

screenshot

BrainBox-Erweiterungs-CRX-Datei herunterladen

Laden Sie BrainBox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        BrainBox captures the current web page so you can access it from TheBrain.                    

Grundlegende Informationen zur Erweiterung

Name BrainBox BrainBox
ID ijepbhiglhdinkklggdeelopcjfnhfhd
Offizielle URL https://chromewebstore.google.com/detail/brainbox/ijepbhiglhdinkklggdeelopcjfnhfhd
Beschreibung Easily add a URL to your BrainBox in TheBrain
Dateigröße 460 KB
Installationsanzahl 5,363
Aktuelle Version 2.0.3
Letztes Update 2024-01-09
Veröffentlichungsdatum 2019-01-31
Bewertung 4.10/5 Insgesamt 10 Bewertungen
Entwickler TheBrain Technologies
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.thebrain.com
Hilfeseite URL https://www.thebrain.com/support
URL der Datenschutzrichtlinien-Seite https://www.thebrain.com/about/legal/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrainBox",
    "version": "2.0.3",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/tb10-0016.png",
            "32": "images\/tb10-0032.png",
            "48": "images\/tb10-0048.png",
            "64": "images\/tb10-0064.png",
            "128": "images\/tb10-0128.png"
        }
    },
    "icons": {
        "16": "images\/tb10-0016.png",
        "32": "images\/tb10-0032.png",
        "48": "images\/tb10-0048.png",
        "64": "images\/tb10-0064.png",
        "128": "images\/tb10-0128.png"
    },
    "host_permissions": [
        "https:\/\/*.thebrain.com\/*"
    ],
    "description": "Easily add a URL to your BrainBox in TheBrain",
    "permissions": [
        "activeTab"
    ]
}