Markdown Link
Copy Markdown link for current tab
Wat is Markdown Link?
Markdown Link is een Chrome-extensie ontwikkeld door Weida - wdhongtw, en de belangrijkste functie is "Copy Markdown link for current tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Markdown Link
Download Markdown Link-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
Generate and copy Markdown link of current tab with one click. Just click extension icon, and the string like "[Page Title](https://example.com/some-page)" will be send to your clipboard. You can also use Alt + F (can be changed later) to active this extension. The functionality of link-transform has been added, see extension option page for more information.
Basisinformatie over de Extensie
Naam | Markdown Link |
ID | ecbklhnbeilcdabliikhpdanaljlpkhe |
Officiële URL | https://chromewebstore.google.com/detail/markdown-link/ecbklhnbeilcdabliikhpdanaljlpkhe |
Beschrijving | Copy Markdown link for current tab |
Bestandsgrootte | 9.02 KB |
Aantal Installaties | 208 |
Huidige Versie | 0.3.2 |
Laatst Bijgewerkt | 2023-11-15 |
Publicatiedatum | 2020-03-05 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Weida - wdhongtw |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/wdhongtw/markdown-link |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Markdown Link", "version": "0.3.2", "description": "Copy Markdown link for current tab", "icons": { "128": "images\/icon-128.png" }, "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_title": "Get Markdown URL" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+F" }, "description": "Copy Markdown link for current tab" } }, "manifest_version": 3 } |