Data Visualization
This extension draw charts from data tables.
什麼是Data Visualization?
Data Visualization是由Cash開發的Chrome擴展程式,該擴展的主要功能是“This extension draw charts from data tables.”。
下載Data Visualization擴展crx文件
下載Data Visualization擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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!                     擴展基本資訊
| 名稱 |   |  
| ID | beljfhhchhjnllkfoobckmodceddlgmg | 
| 官方網址 | https://chromewebstore.google.com/detail/data-visualization/beljfhhchhjnllkfoobckmodceddlgmg | 
| 簡介 | This extension draw charts from data tables. | 
| 檔案大小 | 1.05 MB | 
| 安裝次數 | 94 | 
| 目前版本 | 1.0 | 
| 更新時間 | 2016-10-28 | 
| 上架時間 | 2016-10-28 | 
| 開發者 | Cash | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | 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"
    ]
}  |  |