TabIt - Wolfram Alpha: Productivity in Access

Provides quick access to Wolfram Alpha - right in browser action pop-up

Hvad er TabIt - Wolfram Alpha: Productivity in Access?

TabIt - Wolfram Alpha: Productivity in Access er en Chrome-udvidelse udviklet af TabIt, og dens hovedfunktion er "Provides quick access to Wolfram Alpha - right in browser action pop-up".

Udvidelsesskærmbilleder

screenshot

Download TabIt - Wolfram Alpha: Productivity in Access-udvidelses-CRX-fil

Download TabIt - Wolfram Alpha: Productivity in Access-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

                        This extension provides a quick access to Wolfram Alpha website. It opens as a pop-up window by clicking on the icon of the extension.                    

Grundlæggende oplysninger om udvidelsen

Navn TabIt - Wolfram Alpha: Productivity in Access TabIt - Wolfram Alpha: Productivity in Access
ID kkblboamlobgcnhgfbjpfmomcdceagjf
Officiel URL https://chromewebstore.google.com/detail/tabit-wolfram-alpha-produ/kkblboamlobgcnhgfbjpfmomcdceagjf
Beskrivelse Provides quick access to Wolfram Alpha - right in browser action pop-up
Filstørrelse 129 KB
Antal Installationer 1,422
Nuværende Version 1.2.2
Senest Opdateret 2021-09-17
Udgivelsesdato 2019-03-19
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler TabIt
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "TabIt - Wolfram Alpha",
    "name": "TabIt - Wolfram Alpha: Productivity in Access",
    "version": "1.2.2",
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "24": "images\/logo24.png",
        "16": "images\/logo16.png"
    },
    "description": "Provides quick access to Wolfram Alpha - right in browser action pop-up",
    "browser_action": {
        "default_title": "TabIt - Wolfram Alpha",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/logo128.png",
            "48": "images\/logo48.png",
            "24": "images\/logo24.png",
            "16": "images\/logo16.png"
        }
    },
    "permissions": [
        "notifications",
        "management"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}