BrainBox

Easily add a URL to your BrainBox in TheBrain

Hvad er BrainBox?

BrainBox er en Chrome-udvidelse udviklet af TheBrain Technologies, og dens hovedfunktion er "Easily add a URL to your BrainBox in TheBrain".

Udvidelsesskærmbilleder

screenshot

Download BrainBox-udvidelses-CRX-fil

Download BrainBox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn BrainBox BrainBox
ID ijepbhiglhdinkklggdeelopcjfnhfhd
Officiel URL https://chromewebstore.google.com/detail/brainbox/ijepbhiglhdinkklggdeelopcjfnhfhd
Beskrivelse Easily add a URL to your BrainBox in TheBrain
Filstørrelse 460 KB
Antal Installationer 5,363
Nuværende Version 2.0.3
Senest Opdateret 2024-01-09
Udgivelsesdato 2019-01-31
Bedømmelse 4.10/5 Samlet 10 Bedømmelser
Udvikler TheBrain Technologies
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.thebrain.com
Hjælpeside-URL https://www.thebrain.com/support
URL til Fortrolighedspolitik Side https://www.thebrain.com/about/legal/privacy
Understøttede Sprog 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"
    ]
}