phpMyAdmin - Markdown Table Export
Export query result from phpMyAdmin as markdown table
Was ist phpMyAdmin - Markdown Table Export?
phpMyAdmin - Markdown Table Export ist eine Chrome-Erweiterung, die von http://www.deray.org entwickelt wurde, und ihr Hauptmerkmal ist "Export query result from phpMyAdmin as markdown table".
Erweiterungsscreenshots
phpMyAdmin - Markdown Table Export-Erweiterungs-CRX-Datei herunterladen
Laden Sie phpMyAdmin - Markdown Table Export-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Easy way to copy phpMyAdmin table to markdown table.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gpicjhgbkgjmjejchhioaiadmjdhggjb |
Offizielle URL | https://chrome.google.com/webstore/detail/phpmyadmin-markdown-table/gpicjhgbkgjmjejchhioaiadmjdhggjb |
Beschreibung | Export query result from phpMyAdmin as markdown table |
Dateigröße | 50.53 KB |
Installationsanzahl | 217 |
Aktuelle Version | 1.7 |
Letztes Update | 2017-12-04 |
Veröffentlichungsdatum | 2017-12-04 |
Bewertung | 4.60/5 Insgesamt 5 Bewertungen |
Entwickler | http://www.deray.org |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |