Data Visualization
This extension draw charts from data tables.
Co to jest Data Visualization?
Data Visualization to rozszerzenie Chrome opracowane przez Cash, a jego główną funkcją jest „This extension draw charts from data tables.”.
Pobierz plik CRX rozszerzenia Data Visualization
Pobierz pliki rozszerzeń Data Visualization 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 allows you to get a chart in one click from any data table on the internet.
You just need to select the table, and click on the extension button! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | beljfhhchhjnllkfoobckmodceddlgmg |
| Oficjalny URL | https://chromewebstore.google.com/detail/data-visualization/beljfhhchhjnllkfoobckmodceddlgmg |
| Opis | This extension draw charts from data tables. |
| Rozmiar pliku | 1.05 MB |
| Liczba instalacji | 94 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2016-10-28 |
| Data Publikacji | 2016-10-28 |
| Deweloper | Cash |
| [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,
"name": "Data Visualization",
"description": "This extension draw charts from data tables.",
"version": "1.0",
"icons": {
"48": "icon_48.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "chart.html"
},
"permissions": [
"activeTab"
]
} | |