Copy as Markdown
The url of the current page in Markdown's copy
Was ist Copy as Markdown?
Copy as Markdown ist eine Chrome-Erweiterung, die von nakamulan entwickelt wurde, und ihr Hauptmerkmal ist "The url of the current page in Markdown's copy".
Erweiterungsscreenshots
Copy as Markdown-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy as Markdown-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 to copy markdown format with a title and URL of the current page. - Very simple design - Click copy only to clipboard - The title can be edit in the text area
Grundlegende Informationen zur Erweiterung
Name | Copy as Markdown |
ID | kpipndefiblapfomcmkghpnpiodgcpck |
Offizielle URL | https://chromewebstore.google.com/detail/copy-as-markdown/kpipndefiblapfomcmkghpnpiodgcpck |
Beschreibung | The url of the current page in Markdown's copy |
Dateigröße | 62.34 KB |
Installationsanzahl | 82 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2015-08-18 |
Veröffentlichungsdatum | 2015-08-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | nakamulan |
Zahlungsart | free |
Erweiterungswebsite | http://nakamulan.github.io/CopyAsMarkdown |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy as Markdown", "manifest_version": 2, "version": "1.0.0", "description": "The url of the current page in Markdown's copy", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Copy as Markdown", "default_popup": "popup.html" }, "permissions": [ "clipboardWrite", "tabs" ] } |