TabIt - Wolfram Alpha: Productivity in Access
Provides quick access to Wolfram Alpha - right in browser action pop-up
Co to jest TabIt - Wolfram Alpha: Productivity in Access?
TabIt - Wolfram Alpha: Productivity in Access to rozszerzenie Chrome opracowane przez TabIt, a jego główną funkcją jest „Provides quick access to Wolfram Alpha - right in browser action pop-up”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TabIt - Wolfram Alpha: Productivity in Access
Pobierz pliki rozszerzeń TabIt - Wolfram Alpha: Productivity in Access w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kkblboamlobgcnhgfbjpfmomcdceagjf |
| Oficjalny URL | https://chromewebstore.google.com/detail/tabit-wolfram-alpha-produ/kkblboamlobgcnhgfbjpfmomcdceagjf |
| Opis | Provides quick access to Wolfram Alpha - right in browser action pop-up |
| Rozmiar pliku | 129 KB |
| Liczba instalacji | 1,422 |
| Aktualna Wersja | 1.2.2 |
| Ostatnia Aktualizacja | 2021-09-17 |
| Data Publikacji | 2019-03-19 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | TabIt |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
} | |