Copy Title and Url as Markdown Style
Copy the title and url of the page as Markdown style
什么是Copy Title and Url as Markdown Style?
Copy Title and Url as Markdown Style是由Shingo Yamazaki开发的Chrome扩展程序,该扩展的主要功能是“Copy the title and url of the page as Markdown style”。
扩展截图
下载Copy Title and Url as Markdown Style扩展crx文件
下载Copy Title and Url as Markdown Style扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Copy Title and Url as Markdown Style |
ID | fpmbiocnfbjpajgeaicmnjnnokmkehil |
官方URL | https://chromewebstore.google.com/detail/copy-title-and-url-as-mar/fpmbiocnfbjpajgeaicmnjnnokmkehil |
简介 | Copy the title and url of the page as Markdown style |
文件大小 | 5.78 MB |
安装次数 | 5,846 |
当前版本 | 1.10.0 |
更新时间 | 2020-11-21 |
上架时间 | 2020-02-06 |
评分 | 4.74/5 共35次评分 |
开发者 | Shingo Yamazaki |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |