Copy as Markdown
The url of the current page in Markdown's copy
Wat is Copy as Markdown?
Copy as Markdown is een Chrome-extensie ontwikkeld door nakamulan, en de belangrijkste functie is "The url of the current page in Markdown's copy".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy as Markdown
Download Copy as Markdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Copy as Markdown |
ID | kpipndefiblapfomcmkghpnpiodgcpck |
Officiële URL | https://chromewebstore.google.com/detail/copy-as-markdown/kpipndefiblapfomcmkghpnpiodgcpck |
Beschrijving | The url of the current page in Markdown's copy |
Bestandsgrootte | 62.34 KB |
Aantal Installaties | 82 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2015-08-18 |
Publicatiedatum | 2015-08-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | nakamulan |
Betalingswijze | free |
Extensiewebsite | http://nakamulan.github.io/CopyAsMarkdown |
Ondersteunde Talen | 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" ] } |