Snippets
Create and edit JavaScript code snippets, which are synced to all your computers
Snippets là gì?
Snippets là một tiện ích mở rộng Chrome được phát triển bởi Sidney Nemzer, và tính năng chính của nó là "Create and edit JavaScript code snippets, which are synced to all your computers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Snippets
Tải xuống các tệp mở rộng Snippets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Snippets |
ID | fakjeijchchmicjllnabpdkclfkpbiag |
URL Chính Thức | https://chromewebstore.google.com/detail/snippets/fakjeijchchmicjllnabpdkclfkpbiag |
Mô tả | Create and edit JavaScript code snippets, which are synced to all your computers |
Kích Thước Tệp | 1.22 MB |
Số Lần Cài Đặt | 3,711 |
Phiên Bản Hiện Tại | 2.4.0 |
Cập Nhật Lần Cuối | 2021-05-11 |
Ngày Phát Hành | 2019-11-04 |
Đánh Giá | 3.87/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Sidney Nemzer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/SidneyNemzer/snippets |
URL Trang Trợ Giúp | https://github.com/SidneyNemzer/snippets/blob/master/docs/faq.md |
URL Trang Chính Sách Bảo Mật | https://sidneynemzer.github.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |