Snippets
Create and edit JavaScript code snippets, which are synced to all your computers
什麼是Snippets?
Snippets是由Sidney Nemzer開發的Chrome擴展程式,該擴展的主要功能是“Create and edit JavaScript code snippets, which are synced to all your computers”。
擴展截圖
下載Snippets擴展crx文件
下載Snippets擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When you save a snippet, it's saved in a Github Gist, so your snippets are available on all of your computers (and https://gist.github.com). View the code on GitHub: https://github.com/SidneyNemzer/snippets
擴展基本資訊
名稱 | Snippets |
ID | fakjeijchchmicjllnabpdkclfkpbiag |
官方網址 | https://chromewebstore.google.com/detail/snippets/fakjeijchchmicjllnabpdkclfkpbiag |
簡介 | Create and edit JavaScript code snippets, which are synced to all your computers |
檔案大小 | 1.22 MB |
安裝次數 | 3,711 |
目前版本 | 2.4.0 |
更新時間 | 2021-05-11 |
上架時間 | 2019-11-04 |
評分 | 3.87/5 共 15 次評分 |
開發者 | Sidney Nemzer |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/SidneyNemzer/snippets |
說明頁面URL | https://github.com/SidneyNemzer/snippets/blob/master/docs/faq.md |
隱私政策頁面URL | https://sidneynemzer.github.io/privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "devtools_page": "devtools.html", "permissions": [ "storage" ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "name": "Snippets", "description": "Create and edit JavaScript code snippets, which are synced to all your computers", "version": "2.4.0" } |