phpMyAdmin - Markdown Table Export
Export query result from phpMyAdmin as markdown table
phpMyAdmin - Markdown Table Exportとは何ですか?
phpMyAdmin - Markdown Table Exportはhttp://www.deray.orgによって開発されたChromeの拡張機能で、その主な機能は「Export query result from phpMyAdmin as markdown table」です。
拡張機能のスクリーンショット
phpMyAdmin - Markdown Table Export拡張機能のCRXファイルをダウンロード
phpMyAdmin - Markdown Table Export拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy way to copy phpMyAdmin table to markdown table.
拡張機能の基本情報
名前 | |
ID | gpicjhgbkgjmjejchhioaiadmjdhggjb |
公式URL | https://chrome.google.com/webstore/detail/phpmyadmin-markdown-table/gpicjhgbkgjmjejchhioaiadmjdhggjb |
説明 | Export query result from phpMyAdmin as markdown table |
ファイルサイズ | 50.53 KB |
インストール数 | 217 |
現在のバージョン | 1.7 |
最終更新日 | 2017-12-04 |
公開日 | 2017-12-04 |
評価 | 4.60/5 合計 5 レビュー |
開発者 | http://www.deray.org |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "phpMyAdmin - Markdown Table Export", "description": "Export query result from phpMyAdmin as markdown table", "version": "1.7", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*phpMyAdmin*\/*" ], "js": [ ".\/js\/jquery.min.js", ".\/js\/clipboard.min.js", ".\/js\/export.js" ], "css": [ ".\/css\/export.css" ] } ], "permissions": [ "tabs" ] } |