TabIt - Wolfram Alpha: Productivity in Access
Provides quick access to Wolfram Alpha - right in browser action pop-up
Wat is TabIt - Wolfram Alpha: Productivity in Access?
TabIt - Wolfram Alpha: Productivity in Access is een Chrome-extensie ontwikkeld door TabIt, en de belangrijkste functie is "Provides quick access to Wolfram Alpha - right in browser action pop-up".
Extensie Screenshots
Download het CRX-bestand van de extensie TabIt - Wolfram Alpha: Productivity in Access
Download TabIt - Wolfram Alpha: Productivity in Access-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kkblboamlobgcnhgfbjpfmomcdceagjf |
| Officiële URL | https://chromewebstore.google.com/detail/tabit-wolfram-alpha-produ/kkblboamlobgcnhgfbjpfmomcdceagjf |
| Beschrijving | Provides quick access to Wolfram Alpha - right in browser action pop-up |
| Bestandsgrootte | 129 KB |
| Aantal Installaties | 1,422 |
| Huidige Versie | 1.2.2 |
| Laatst Bijgewerkt | 2021-09-17 |
| Publicatiedatum | 2019-03-19 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | TabIt |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
} | |