Snippets

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

Was ist Snippets?

Snippets ist eine Chrome-Erweiterung, die von Sidney Nemzer entwickelt wurde, und ihr Hauptmerkmal ist "Create and edit JavaScript code snippets, which are synced to all your computers".

Erweiterungsscreenshots

screenshot

Snippets-Erweiterungs-CRX-Datei herunterladen

Laden Sie Snippets-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Snippets Snippets
ID fakjeijchchmicjllnabpdkclfkpbiag
Offizielle URL https://chromewebstore.google.com/detail/snippets/fakjeijchchmicjllnabpdkclfkpbiag
Beschreibung Create and edit JavaScript code snippets, which are synced to all your computers
Dateigröße 1.22 MB
Installationsanzahl 3,711
Aktuelle Version 2.4.0
Letztes Update 2021-05-11
Veröffentlichungsdatum 2019-11-04
Bewertung 3.87/5 Insgesamt 15 Bewertungen
Entwickler Sidney Nemzer
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/SidneyNemzer/snippets
Hilfeseite URL https://github.com/SidneyNemzer/snippets/blob/master/docs/faq.md
URL der Datenschutzrichtlinien-Seite https://sidneynemzer.github.io/privacy
Unterstützte Sprachen 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"
}