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 extension to add a context action and translate and put in your clipboard a snippet of html in jade"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Copy html in jade एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}