Markdown Linker

Make it easy to copy links with markdown-format

Qu'est-ce que Markdown Linker ?

Markdown Linker est une extension Chrome développée par fukayatsu, et sa fonction principale est "Make it easy to copy links with markdown-format".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Markdown Linker

Téléchargez les fichiers d'extension Markdown Linker 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

                        - ContextMenu > Copy link with markdown-format
It works on the page, text link, or image.

-  "cmd + ctrl + c" to copy page title and url

v0.2.4 tweak for relative link
v0.2.2 tweak no-text link
v0.2.1 fix copy page
v0.2.0 add selection copy
v0.1.6 add shortcut key - "cmd + ctrl + c" to copy page title and url
v0.1.5 bug fix - cannot get link text on link with inner tag
v0.1.4 bug fix - cannot get link text on Windows                    

Informations de Base sur l'Extension

Nom Markdown Linker Markdown Linker
ID kgadgjmlofjccpefhdagbonmohjknlll
URL Officiel https://chromewebstore.google.com/detail/markdown-linker/kgadgjmlofjccpefhdagbonmohjknlll
Description Make it easy to copy links with markdown-format
Taille du Fichier 257 KB
Nombre d'Installations 454
Version Actuelle 0.2.4
Dernière Mise à Jour 2015-01-22
Date de Publication 2015-01-21
Évaluation 2.71/5 Total 7 Évaluations
Développeur fukayatsu
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Markdown Linker",
    "version": "0.2.4",
    "manifest_version": 2,
    "description": "Make it easy to copy links with markdown-format",
    "icons": {
        "48": "icon\/icon_048.png",
        "128": "icon\/icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}