Copy Title and Url as Markdown Style
Copy the title and url of the page as Markdown style
Hvad er Copy Title and Url as Markdown Style?
Copy Title and Url as Markdown Style er en Chrome-udvidelse udviklet af Shingo Yamazaki, og dens hovedfunktion er "Copy the title and url of the page as Markdown style".
Udvidelsesskærmbilleder
Download Copy Title and Url as Markdown Style-udvidelses-CRX-fil
Download Copy Title and Url as Markdown Style-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Copy Title and Url as Markdown Style |
ID | fpmbiocnfbjpajgeaicmnjnnokmkehil |
Officiel URL | https://chromewebstore.google.com/detail/copy-title-and-url-as-mar/fpmbiocnfbjpajgeaicmnjnnokmkehil |
Beskrivelse | Copy the title and url of the page as Markdown style |
Filstørrelse | 5.78 MB |
Antal Installationer | 5,846 |
Nuværende Version | 1.10.0 |
Senest Opdateret | 2020-11-21 |
Udgivelsesdato | 2020-02-06 |
Bedømmelse | 4.74/5 Samlet 35 Bedømmelser |
Udvikler | Shingo Yamazaki |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |