Copy Title and Url as Markdown Style

Copy the title and url of the page as Markdown style

O que é Copy Title and Url as Markdown Style?

Copy Title and Url as Markdown Style é uma extensão do Chrome desenvolvida por Shingo Yamazaki, e sua principal característica é "Copy the title and url of the page as Markdown style".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Copy Title and Url as Markdown Style

Baixe arquivos de extensão Copy Title and Url as Markdown Style no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Copy Title and Url as Markdown Style Copy Title and Url as Markdown Style
ID fpmbiocnfbjpajgeaicmnjnnokmkehil
URL Oficial https://chromewebstore.google.com/detail/copy-title-and-url-as-mar/fpmbiocnfbjpajgeaicmnjnnokmkehil
Descrição Copy the title and url of the page as Markdown style
Tamanho do Arquivo 5.78 MB
Contagem de Instalações 5,846
Versão Atual 1.10.0
Última Atualização 2020-11-21
Data de Publicação 2020-02-06
Classificação 4.74/5 Total de 35 Avaliações
Desenvolvedor Shingo Yamazaki
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}