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”。

扩展截图

screenshot

下载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 Snippets
ID fakjeijchchmicjllnabpdkclfkpbiag
官方URL 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"
}