Ez Snippets & Templates
Ez Snippets & Templates
什么是Ez Snippets & Templates?
Ez Snippets & Templates是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Ez Snippets & Templates”。
扩展截图
下载Ez Snippets & Templates扩展crx文件
下载Ez Snippets & Templates扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |