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 |
官方網址 | 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 } |