Ez Snippets & Templates

Ez Snippets & Templates

Ez Snippets & Templates란 무엇입니까?

Ez Snippets & Templates은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ez Snippets & Templates"입니다.

확장 프로그램 스크린샷

screenshot

Ez Snippets & Templates 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}