Copy Title and Url as Markdown Style

Copy the title and url of the page as Markdown style

Wat is Copy Title and Url as Markdown Style?

Copy Title and Url as Markdown Style is een Chrome-extensie ontwikkeld door Shingo Yamazaki, en de belangrijkste functie is "Copy the title and url of the page as Markdown style".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy Title and Url as Markdown Style

Download Copy Title and Url as Markdown Style-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

                        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                    

Basisinformatie over de Extensie

Naam Copy Title and Url as Markdown Style Copy Title and Url as Markdown Style
ID fpmbiocnfbjpajgeaicmnjnnokmkehil
Officiële URL https://chromewebstore.google.com/detail/copy-title-and-url-as-mar/fpmbiocnfbjpajgeaicmnjnnokmkehil
Beschrijving Copy the title and url of the page as Markdown style
Bestandsgrootte 5.78 MB
Aantal Installaties 5,846
Huidige Versie 1.10.0
Laatst Bijgewerkt 2020-11-21
Publicatiedatum 2020-02-06
Beoordeling 4.74/5 Totaal 35 Beoordelingen
Ontwikkelaar Shingo Yamazaki
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}