Copy as Markdown
The url of the current page in Markdown's copy
Qu'est-ce que Copy as Markdown ?
Copy as Markdown est une extension Chrome développée par nakamulan, et sa fonction principale est "The url of the current page in Markdown's copy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy as Markdown
Téléchargez les fichiers d'extension Copy as Markdown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Copy as Markdown |
ID | kpipndefiblapfomcmkghpnpiodgcpck |
URL Officiel | https://chromewebstore.google.com/detail/copy-as-markdown/kpipndefiblapfomcmkghpnpiodgcpck |
Description | The url of the current page in Markdown's copy |
Taille du Fichier | 62.34 KB |
Nombre d'Installations | 82 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2015-08-18 |
Date de Publication | 2015-08-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | nakamulan |
Type de Paiement | free |
Site Web de l'Extension | http://nakamulan.github.io/CopyAsMarkdown |
Langues Prises en Charge | 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" ] } |