TabIt - Wolfram Alpha: Productivity in Access
Provides quick access to Wolfram Alpha - right in browser action pop-up
Was ist TabIt - Wolfram Alpha: Productivity in Access?
TabIt - Wolfram Alpha: Productivity in Access ist eine Chrome-Erweiterung, die von TabIt entwickelt wurde, und ihr Hauptmerkmal ist "Provides quick access to Wolfram Alpha - right in browser action pop-up".
Erweiterungsscreenshots
TabIt - Wolfram Alpha: Productivity in Access-Erweiterungs-CRX-Datei herunterladen
Laden Sie TabIt - Wolfram Alpha: Productivity in Access-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
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.
Grundlegende Informationen zur Erweiterung
Name | TabIt - Wolfram Alpha: Productivity in Access |
ID | kkblboamlobgcnhgfbjpfmomcdceagjf |
Offizielle URL | https://chromewebstore.google.com/detail/tabit-wolfram-alpha-produ/kkblboamlobgcnhgfbjpfmomcdceagjf |
Beschreibung | Provides quick access to Wolfram Alpha - right in browser action pop-up |
Dateigröße | 129 KB |
Installationsanzahl | 1,422 |
Aktuelle Version | 1.2.2 |
Letztes Update | 2021-09-17 |
Veröffentlichungsdatum | 2019-03-19 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | TabIt |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |