Copy html in jade

Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade

Copy html in jade là gì?

Copy html in jade là một tiện ích mở rộng Chrome được phát triển bởi cyril.bareme, và tính năng chính của nó là "Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade".

Ả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 html in jade

Tải xuống các tệp mở rộng Copy html in jade 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

                        Add a context action to copy a snippet of html and translate it directly in jade.

Felle free to contribute :
https://github.com/cylwin/chrome-ext-copy-html2jade

Thx                    

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

Tên Copy html in jade Copy html in jade
ID ooimannacmnfehchhnahaaglimfjfedo
URL Chính Thức https://chromewebstore.google.com/detail/copy-html-in-jade/ooimannacmnfehchhnahaaglimfjfedo
Mô tả Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade
Kích Thước Tệp 47.29 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển cyril.bareme
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy html in jade",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "clipboardWrite",
        "contextMenus"
    ]
}