Copy Title and Url as Markdown Style

Copy the title and url of the page as Markdown style

Qu'est-ce que Copy Title and Url as Markdown Style ?

Copy Title and Url as Markdown Style est une extension Chrome développée par Shingo Yamazaki, et sa fonction principale est "Copy the title and url of the page as Markdown style".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy Title and Url as Markdown Style

Téléchargez les fichiers d'extension Copy Title and Url as Markdown Style 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

                        This extension enables you to copy title and url of current page as Markdown style with 1 click (or 1 shortcut key).

Source: https://github.com/zaki-yama/copy-title-and-url-as-markdown

Donation for the author: https://www.buymeacoffee.com/zakiyama                    

Informations de Base sur l'Extension

Nom Copy Title and Url as Markdown Style Copy Title and Url as Markdown Style
ID fpmbiocnfbjpajgeaicmnjnnokmkehil
URL Officiel https://chromewebstore.google.com/detail/copy-title-and-url-as-mar/fpmbiocnfbjpajgeaicmnjnnokmkehil
Description Copy the title and url of the page as Markdown style
Taille du Fichier 5.78 MB
Nombre d'Installations 5,846
Version Actuelle 1.10.0
Dernière Mise à Jour 2020-11-21
Date de Publication 2020-02-06
Évaluation 4.74/5 Total 35 Évaluations
Développeur Shingo Yamazaki
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.10.0",
    "icons": {
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+C",
                "mac": "MacCtrl+Shift+C"
            }
        }
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage"
    ]
}