TabIt - Wolfram Alpha: Productivity in Access
Provides quick access to Wolfram Alpha - right in browser action pop-up
Qu'est-ce que TabIt - Wolfram Alpha: Productivity in Access ?
TabIt - Wolfram Alpha: Productivity in Access est une extension Chrome développée par TabIt, et sa fonction principale est "Provides quick access to Wolfram Alpha - right in browser action pop-up".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TabIt - Wolfram Alpha: Productivity in Access
Téléchargez les fichiers d'extension TabIt - Wolfram Alpha: Productivity in Access au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | TabIt - Wolfram Alpha: Productivity in Access |
ID | kkblboamlobgcnhgfbjpfmomcdceagjf |
URL Officiel | https://chromewebstore.google.com/detail/tabit-wolfram-alpha-produ/kkblboamlobgcnhgfbjpfmomcdceagjf |
Description | Provides quick access to Wolfram Alpha - right in browser action pop-up |
Taille du Fichier | 129 KB |
Nombre d'Installations | 1,422 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2021-09-17 |
Date de Publication | 2019-03-19 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | TabIt |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |