TabIt - Wolfram Alpha: Productivity in Access

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

Cos'è TabIt - Wolfram Alpha: Productivity in Access?

TabIt - Wolfram Alpha: Productivity in Access è un'estensione di Chrome sviluppata da TabIt, e la sua funzione principale è "Provides quick access to Wolfram Alpha - right in browser action pop-up".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TabIt - Wolfram Alpha: Productivity in Access

Scarica i file di estensione TabIt - Wolfram Alpha: Productivity in Access in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TabIt - Wolfram Alpha: Productivity in Access TabIt - Wolfram Alpha: Productivity in Access
ID kkblboamlobgcnhgfbjpfmomcdceagjf
URL Ufficiale https://chromewebstore.google.com/detail/tabit-wolfram-alpha-produ/kkblboamlobgcnhgfbjpfmomcdceagjf
Descrizione Provides quick access to Wolfram Alpha - right in browser action pop-up
Dimensione del File 129 KB
Conteggio Installazioni 1,422
Versione Corrente 1.2.2
Ultimo Aggiornamento 2021-09-17
Data di Pubblicazione 2019-03-19
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore TabIt
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}