Snippets
Create and edit JavaScript code snippets, which are synced to all your computers
Hvad er Snippets?
Snippets er en Chrome-udvidelse udviklet af Sidney Nemzer, og dens hovedfunktion er "Create and edit JavaScript code snippets, which are synced to all your computers".
Udvidelsesskærmbilleder
Download Snippets-udvidelses-CRX-fil
Download Snippets-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Snippets |
ID | fakjeijchchmicjllnabpdkclfkpbiag |
Officiel URL | https://chromewebstore.google.com/detail/snippets/fakjeijchchmicjllnabpdkclfkpbiag |
Beskrivelse | Create and edit JavaScript code snippets, which are synced to all your computers |
Filstørrelse | 1.22 MB |
Antal Installationer | 3,711 |
Nuværende Version | 2.4.0 |
Senest Opdateret | 2021-05-11 |
Udgivelsesdato | 2019-11-04 |
Bedømmelse | 3.87/5 Samlet 15 Bedømmelser |
Udvikler | Sidney Nemzer |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/SidneyNemzer/snippets |
Hjælpeside-URL | https://github.com/SidneyNemzer/snippets/blob/master/docs/faq.md |
URL til Fortrolighedspolitik Side | https://sidneynemzer.github.io/privacy |
Understøttede Sprog | 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" } |