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 |
官方網址 | 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" ] } |