TabIt - Wolfram Alpha: Productivity in Access
Provides quick access to Wolfram Alpha - right in browser action pop-up
Apa itu TabIt - Wolfram Alpha: Productivity in Access?
TabIt - Wolfram Alpha: Productivity in Access adalah ekstensi Chrome yang dikembangkan oleh TabIt, dan fitur utamanya adalah "Provides quick access to Wolfram Alpha - right in browser action pop-up".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TabIt - Wolfram Alpha: Productivity in Access
Unduh file ekstensi TabIt - Wolfram Alpha: Productivity in Access dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | TabIt - Wolfram Alpha: Productivity in Access |
ID | kkblboamlobgcnhgfbjpfmomcdceagjf |
URL Resmi | https://chromewebstore.google.com/detail/tabit-wolfram-alpha-produ/kkblboamlobgcnhgfbjpfmomcdceagjf |
Deskripsi | Provides quick access to Wolfram Alpha - right in browser action pop-up |
Ukuran File | 129 KB |
Jumlah Instalasi | 1,422 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2021-09-17 |
Tanggal Publikasi | 2019-03-19 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | TabIt |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |