TabIt - Wolfram Alpha: Productivity in Access
Provides quick access to Wolfram Alpha - right in browser action pop-up
Vad är TabIt - Wolfram Alpha: Productivity in Access?
TabIt - Wolfram Alpha: Productivity in Access är en Chrome-tillägg utvecklad av TabIt, och dess huvudfunktion är "Provides quick access to Wolfram Alpha - right in browser action pop-up".
Tilläggsskärmbilder
Ladda ner TabIt - Wolfram Alpha: Productivity in Access-förlängningens CRX-fil
Ladda ner TabIt - Wolfram Alpha: Productivity in Access-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kkblboamlobgcnhgfbjpfmomcdceagjf |
| Officiell webbadress | https://chromewebstore.google.com/detail/tabit-wolfram-alpha-produ/kkblboamlobgcnhgfbjpfmomcdceagjf |
| Beskrivning | Provides quick access to Wolfram Alpha - right in browser action pop-up |
| Filstorlek | 129 KB |
| Antal Installationer | 1,422 |
| Aktuell Version | 1.2.2 |
| Senast Uppdaterad | 2021-09-17 |
| Publiceringsdatum | 2019-03-19 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | TabIt |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
} | |