Ez Snippets & Templates

Ez Snippets & Templates

Ez Snippets & Templates क्या है?

Ez Snippets & Templates Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ez Snippets & Templates"।

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

screenshot

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

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

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

                        Description:
This is a small and simple extension meant to be used to save your Snippets or Templates you frequently use and being able to use them rapidly when needed.

Sources
For Icons within the extension I used: SVG Repo
For the extension icon: Icon made by "monkik" from https://www.flaticon.com/authors/monkik

Features:

* Add / Modify / Delete Snippets and Templates.

* Add / Delete Categories.

* You can copy to the clipboard you saved Snippets/Templates without opening 
  the extension using the Chrome Context Menu:
  Right Click > Copy Snippets/Template

* You can save selected text within webpages using the Chrome Context Menu:
  Right Click > Ez Snippet > Save Selection

Other

This is a personal project I used to practice some javascript and ES6 features. If you spot any mistake, or you have any suggestion on how I can improve, feel free to drop a feedback.                    

एक्सटेंशन की मूल जानकारी

नाम Ez Snippets & Templates Ez Snippets & Templates
ID chkekhofdngabmibkonjalffpdaiadlc
आधिकारिक URL https://chromewebstore.google.com/detail/ez-snippets-templates/chkekhofdngabmibkonjalffpdaiadlc
विवरण Ez Snippets & Templates
फ़ाइल का आकार 188 KB
स्थापना संख्या 21
वर्तमान संस्करण 1.0.0.3
अंतिम अपडेट 2019-10-16
प्रकाशन तिथि 2019-10-16
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/andreatarozzo/Ez-Snippets-Templates
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ez Snippets & Templates",
    "version": "1.0.0.3",
    "description": "Ez Snippets & Templates",
    "browser_action": {
        "default_popup": "main.html"
    },
    "icons": {
        "16": "images\/templateIT-icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.3.1\/css\/bootstrap.min.css https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.3.1\/js\/bootstrap.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.14.7\/umd\/popper.min.js ",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "tabs",
        "notifications"
    ],
    "manifest_version": 2
}