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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |