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 là gì?

Copy Title and Url as Markdown Style là một tiện ích mở rộng Chrome được phát triển bởi Shingo Yamazaki, và tính năng chính của nó là "Copy the title and url of the page as Markdown style".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copy Title and Url as Markdown Style

Tải xuống các tệp mở rộng Copy Title and Url as Markdown Style dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Copy Title and Url as Markdown Style Copy Title and Url as Markdown Style
ID fpmbiocnfbjpajgeaicmnjnnokmkehil
URL Chính Thức https://chromewebstore.google.com/detail/copy-title-and-url-as-mar/fpmbiocnfbjpajgeaicmnjnnokmkehil
Mô tả Copy the title and url of the page as Markdown style
Kích Thước Tệp 5.78 MB
Số Lần Cài Đặt 5,846
Phiên Bản Hiện Tại 1.10.0
Cập Nhật Lần Cuối 2020-11-21
Ngày Phát Hành 2020-02-06
Đánh Giá 4.74/5 Tổng số 35 Đánh Giá
Nhà Phát Triển Shingo Yamazaki
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}