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 |
Eメール | [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" ] } |