Tensor Tab
Little bit of Tensorflow in every new tab
What is Tensor Tab?
Tensor Tab is a Chrome extension developed by mikkelvilstrup, and its main feature is "Little bit of Tensorflow in every new tab".
Extension Screenshots
Download Tensor Tab Extension CRX File
Download Tensor Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | cgfnfglhiklbkkojdmlpgkhiknllfcap |
Official URL | https://chrome.google.com/webstore/detail/tensor-tab/cgfnfglhiklbkkojdmlpgkhiknllfcap |
Description | Little bit of Tensorflow in every new tab |
File Size | 37.77 KB |
Installation Count | 33 |
Current Version | 0.0.6 |
Last Updated | 2017-07-22 |
Publish Date | 2017-07-22 |
Rating | 1.00/5 Total 1 Ratings |
Developer | mikkelvilstrup |
Payment Type | free |
Extension Website | https://github.com/MVilstrup/tensor_tab |
Help Page URL | https://github.com/MVilstrup/tensor_tab |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tensor Tab", "description": "Little bit of Tensorflow in every new tab", "version": "0.0.6", "icons": { "128": "logo.png" }, "permissions": [ "https:\/\/www.tensorflow.org\/*", "storage" ], "chrome_url_overrides": { "newtab": "tensor_tab.html" } } |