Quick Graph
Graph data on the fly!
Quick Graphとは何ですか?
Quick GraphはJimJZhuによって開発されたChromeの拡張機能で、その主な機能は「Graph data on the fly!」です。
拡張機能のスクリーンショット
Quick Graph拡張機能のCRXファイルをダウンロード
Quick Graph拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly visualize your data with this lightweight graphing extension.
拡張機能の基本情報
名前 | |
ID | oncegcmahicdjknggolfhlpfhknplgek |
公式URL | https://chrome.google.com/webstore/detail/quick-graph/oncegcmahicdjknggolfhlpfhknplgek |
説明 | Graph data on the fly! |
ファイルサイズ | 69.55 KB |
インストール数 | 523 |
現在のバージョン | 1.2 |
最終更新日 | 2017-10-21 |
公開日 | 2017-10-21 |
開発者 | JimJZhu |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Graph", "short_name": "QuickGraph", "description": "Graph data on the fly!", "version": "1.2", "author": "JimJZhu", "icons": { "16": "\/resources\/icon16.png", "48": "\/resources\/icon48.png", "128": "\/resources\/icon128.png" }, "browser_action": { "default_icon": "\/resources\/icon.png", "default_popup": "\/html\/popup.html", "default_title": "Quick Graph!" }, "permissions": [ "activeTab" ], "offline_enabled": true } |