select and convert to markdown
Copy select text and convert to Markdown code
Qu'est-ce que select and convert to markdown ?
select and convert to markdown est une extension Chrome développée par suziwen1, et sa fonction principale est "Copy select text and convert to Markdown code".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension select and convert to markdown
Téléchargez les fichiers d'extension select and convert to 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
Select And Convert To Markdown
Select And Convert To Markdown is a google chrome extension which support copy select text and convert to markdown code. The converted code is store at clipboard.
Features
support generate current tab to a markdown code when you right click on the empty area of the page.
[page title](page url)
support generate image markdown code when right click on a image.
[](image url)
support generate link markdown code when right-click on a link
[selectionText](link url)
support generate imageLink markdown code when right click on a image which is contained in "a" element.
[[selectionText](image url)](linkurl)
support generate selectionText markdown code when select a range text and right-click. Informations de Base sur l'Extension
| Nom | |
| ID | mbfkalihcbaebieafiojpdaccfpalhfi |
| URL Officiel | https://chrome.google.com/webstore/detail/select-and-convert-to-mar/mbfkalihcbaebieafiojpdaccfpalhfi |
| Description | Copy select text and convert to Markdown code |
| Taille du Fichier | 92.41 KB |
| Nombre d'Installations | 36 |
| Version Actuelle | 0.1.0 |
| Dernière Mise à Jour | 2019-03-04 |
| Date de Publication | 2019-02-27 |
| Développeur | suziwen1 |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "select and convert to markdown",
"version": "0.1.0",
"manifest_version": 2,
"description": "Copy select text and convert to Markdown code",
"permissions": [
"tabs",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "toolbar-copy-convert-markdown.png",
"48": "toolbar-copy-convert-markdown.png",
"128": "toolbar-copy-convert-markdown.png"
},
"background": {
"page": "background.html"
},
"content_scripts": [
{
"matches": [
" | |