PowerBI Matrix Copy
Copy from PowerBI's Matrix Visual to clipboard(TSV format)
What is PowerBI Matrix Copy?
PowerBI Matrix Copy is a Chrome extension developed by murayama.osamu, and its main feature is "Copy from PowerBI's Matrix Visual to clipboard(TSV format)".
Extension Screenshots
Download PowerBI Matrix Copy Extension CRX File
Download PowerBI Matrix Copy 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 | PowerBI Matrix Copy |
ID | dnkbidmoaefofeklbalbfncodbfhcpgn |
Official URL | https://chromewebstore.google.com/detail/powerbi-matrix-copy/dnkbidmoaefofeklbalbfncodbfhcpgn |
Description | Copy from PowerBI's Matrix Visual to clipboard(TSV format) |
File Size | 39.06 KB |
Installation Count | 623 |
Current Version | 0.3.2 |
Last Updated | 2019-01-26 |
Publish Date | 2019-01-26 |
Rating | 2.00/5 Total 1 Ratings |
Developer | murayama.osamu |
Payment Type | free |
Extension Website | https://github.com/MurayamaOsamu/PowerBI-MatrixCopy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PowerBI Matrix Copy", "version": "0.3.2", "description": "Copy from PowerBI's Matrix Visual to clipboard(TSV format)", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/app.powerbi.com\/*" ], "js": [ "jquery-3.3.1.min.js", "matrix_copy.js" ], "run_at": "document_end" } ], "permissions": [ "tabs" ], "homepage_url": "https:\/\/github.com\/MurayamaOsamu\/PowerBI-MatrixCopy" } |