Snippets

Create and edit JavaScript code snippets, which are synced to all your computers

Wat is Snippets?

Snippets is een Chrome-extensie ontwikkeld door Sidney Nemzer, en de belangrijkste functie is "Create and edit JavaScript code snippets, which are synced to all your computers".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Snippets

Download Snippets-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Snippets Snippets
ID fakjeijchchmicjllnabpdkclfkpbiag
Officiële URL https://chromewebstore.google.com/detail/snippets/fakjeijchchmicjllnabpdkclfkpbiag
Beschrijving Create and edit JavaScript code snippets, which are synced to all your computers
Bestandsgrootte 1.22 MB
Aantal Installaties 3,711
Huidige Versie 2.4.0
Laatst Bijgewerkt 2021-05-11
Publicatiedatum 2019-11-04
Beoordeling 3.87/5 Totaal 15 Beoordelingen
Ontwikkelaar Sidney Nemzer
E-mail snemzer2014@gmail.com
Betalingswijze free
Extensiewebsite https://github.com/SidneyNemzer/snippets
Help Pagina-URL https://github.com/SidneyNemzer/snippets/blob/master/docs/faq.md
URL van de Privacybeleid Pagina https://sidneynemzer.github.io/privacy
Ondersteunde Talen 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"
}