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とは何ですか?

Copy html in jadeはcyril.baremeによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade」です。

拡張機能のスクリーンショット

screenshot

Copy html in jade拡張機能のCRXファイルをダウンロード

Copy html in jade拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Copy html in jade Copy html in jade
ID ooimannacmnfehchhnahaaglimfjfedo
公式URL https://chromewebstore.google.com/detail/copy-html-in-jade/ooimannacmnfehchhnahaaglimfjfedo
説明 Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade
ファイルサイズ 47.29 KB
インストール数 99
現在のバージョン 0.0.2
最終更新日 2019-03-08
公開日 2019-03-08
評価 5.00/5 合計 1 レビュー
開発者 cyril.bareme
支払い方法 free
対応言語 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"
    ]
}