forked from stefanjudis/tiny-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
helpers.json
678 lines (678 loc) · 14.1 KB
/
helpers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
[
{
"name": "AST explorer",
"url": "https://astexplorer.net/",
"desc": "Explore the ASTs generated by various parsers",
"tags": [
"Code",
"JavaScript"
],
"maintainers": [
"fkling"
],
"addedAt": "2019-12-29"
},
{
"name": "BA Rows To Columns",
"desc": "Transform rows to columns and viceversa",
"url": "https://www.brianapps.com/rows-to-columns",
"tags": [
"Code"
],
"maintainers": [
"brakon"
],
"addedAt": "2020-01-14"
},
{
"name": "Base64 Converter",
"url": "https://pr.gg/base64/",
"desc": "Base64 encode everything",
"tags": [
"Misc"
],
"maintainers": [
"progers"
],
"addedAt": "2019-12-29"
},
{
"name": "Batch 301",
"desc": "Validate a collection of urls redirect chain and status codes",
"url": "https://batch301.io",
"tags": [
"HTTP"
],
"maintainers": [
"moshie"
],
"addedAt": "2020-01-14"
},
{
"name": "carbon",
"desc": "Create and share beautiful images of your source code",
"url": "https://carbon.now.sh/",
"tags": [
"Code"
],
"maintainers": [],
"addedAt": "2020-01-13"
},
{
"name": "Clippy",
"url": "https://bennettfeely.com/clippy/",
"desc": "Create CSS clip paths",
"tags": [
"CSS"
],
"maintainers": [
"bennettfeely"
],
"addedAt": "2019-12-29"
},
{
"name": "Color.review",
"url": "https://color.review/",
"desc": "Check your color contrast",
"tags": [
"Accessibility",
"Color"
],
"maintainers": [],
"addedAt": "2019-12-29"
},
{
"name": "Contrast Checker",
"desc": "Check your color palette for accessible combinations",
"url": "https://contrast.crgeary.com",
"tags": [
"Accessibility",
"Color"
],
"maintainers": [
"crgeary"
],
"addedAt": "2020-01-14"
},
{
"name": "cryptii.com",
"desc": "Convert and encode text quickly",
"url": "https://cryptii.com/",
"tags": [
"Misc",
"Unicode"
],
"maintainers": [
"ffraenz"
],
"addedAt": "2020-01-14"
},
{
"name": "CSS Cursors",
"url": "https://csscursor.info/",
"desc": "Have a look at all these CSS Cursors",
"tags": [
"CSS"
],
"maintainers": [
"wesbos"
],
"addedAt": "2019-12-29"
},
{
"name": "CSS Grid Generator",
"desc": "Define and generate code for CSS Grid layouts",
"url": "https://cssgrid-generator.netlify.com/",
"tags": [
"CSS"
],
"maintainers": [
"sdras"
],
"addedAt": "2019-12-29"
},
{
"name": "CSS Scroll Shadows",
"url": "https://css-scroll-shadows.now.sh",
"desc": "Create CSS scroll shadows",
"tags": [
"CSS"
],
"maintainers": [
"stefanjudis"
],
"addedAt": "2019-12-29"
},
{
"name": "CSS Stats",
"desc": "Analytize and visualize your stylesheets",
"url": "https://cssstats.com/",
"tags": [
"CSS"
],
"maintainers": [
"kristoferjoseph",
"johno",
"mrmrs",
"jxnblk"
],
"addedAt": "2019-12-31"
},
{
"name": "CSS Triangle Generator",
"url": "http://apps.eky.hk/css-triangle-generator/",
"desc": "Create CSS-only triangles",
"tags": [
"CSS"
],
"maintainers": [],
"addedAt": "2019-12-29"
},
{
"name": "cubic-bezier",
"desc": "Create and compare different animation bezier settings",
"url": "https://cubic-bezier.com",
"tags": [
"Animations",
"CSS"
],
"maintainers": [
"LeaVerou"
],
"addedAt": "2020-01-15"
},
{
"name": "extractCSS",
"url": "http://extractcss.com/",
"desc": "Extract CSS from HTML with ease",
"tags": [
"CSS",
"HTML"
],
"maintainers": [
"adnantopal"
],
"addedAt": "2019-12-29"
},
{
"name": "Fancy-Border-Radius",
"desc": "Build organic shapes with CSS border-radius",
"url": "https://9elements.github.io/fancy-border-radius/",
"tags": [
"CSS"
],
"maintainers": [
"enbee81"
],
"addedAt": "2020-01-14"
},
{
"name": "Favicon Generator. For real.",
"url": "https://realfavicongenerator.net/",
"desc": "Generate favicons for all platforms",
"tags": [
"Favicons"
],
"maintainers": [],
"addedAt": "2019-12-29"
},
{
"name": "favicon.io",
"desc": "Create a facivon in a few clicks",
"url": "https://favicon.io/",
"tags": [
"Favicons"
],
"maintainers": [],
"addedAt": "2019-12-29"
},
{
"name": "Flexy Boxes",
"desc": "Play with flexbox and generate code",
"url": "https://the-echoplex.net/flexyboxes/",
"tags": [
"CSS"
],
"maintainers": [
"peteboere"
],
"addedAt": "2019-12-29"
},
{
"name": "Font Squirrel Webfont Generator",
"desc": "Modify, improve, trim, change and export your fonts in modern formats",
"url": "https://www.fontsquirrel.com/tools/webfont-generator",
"tags": [
"Fonts",
"Performance"
],
"maintainers": [],
"addedAt": "2020-01-14"
},
{
"name": "FontDrop!",
"url": "https://fontdrop.info/",
"desc": "View the content of a font file",
"tags": [
"Fonts"
],
"maintainers": [
"raphaelbastide"
],
"addedAt": "2019-12-29"
},
{
"name": "Fonty",
"desc": "Test web fonts directly on live sites",
"url": "https://fonty.dizoo.bg/",
"tags": [
"Fonts"
],
"maintainers": [],
"addedAt": "2020-01-16"
},
{
"name": "google-webfonts-helper",
"url": "https://google-webfonts-helper.herokuapp.com/fonts",
"desc": "Self host your Google Fonts",
"tags": [
"Fonts"
],
"maintainers": [
"majodev"
],
"addedAt": "2019-12-29"
},
{
"name": "JavaScript Array Explorer",
"desc": "Find the array method you need without digging through the docs",
"url": "https://arrayexplorer.netlify.com/",
"tags": [
"JavaScript"
],
"maintainers": [
"sdras"
],
"addedAt": "2020-01-13"
},
{
"name": "Hero Patterns",
"desc": "Find SVG background patterns for you to use on your web projects.",
"url": "https://www.heropatterns.com/",
"tags": [
"Fonts",
"SVG"
],
"maintainers": [
"sschoger"
],
"addedAt": "2020-01-15"
},
{
"name": "HTTProfile",
"desc": "Profile HTTP servers and endpoints",
"url": "https://httprofile.io",
"tags": [
"APIs",
"HTTP"
],
"maintainers": [
"tommyschaefer"
],
"addedAt": "2020-01-15"
},
{
"name": "Json Web Token (jwt.io) Debugger",
"desc": "Debug, Validate Json Web tokens (jwt)",
"url": "https://jwt.io/#debugger-io",
"tags": [
"APIs",
"Code"
],
"maintainers": [],
"addedAt": "2020-01-14"
},
{
"name": "Let's Enhance.io",
"desc": "Improve colors, remove compression and upscale your image",
"url": "https://letsenhance.io/",
"tags": [
"Images"
],
"maintainers": [],
"addedAt": "2020-01-13"
},
{
"name": "Maskable.app",
"desc": "Preview and create maskable icons in the browser",
"url": "https://maskable.app/",
"tags": [
"Favicons"
],
"maintainers": [
"NotWoods"
],
"addedAt": "2020-01-13"
},
{
"name": "Meta Tags",
"desc": "With Meta Tags you can edit and experiment with your content then preview how your webpage will look on Google, Facebook, Twitter and more!",
"url": "https://metatags.io/",
"tags": [
"HTML",
"Misc"
],
"maintainers": [
"moeamaya"
],
"addedAt": "2020-01-14"
},
{
"name": "Mocky",
"desc": "Mock your HTTP responses to test your REST API",
"url": "https://www.mocky.io/",
"tags": [
"APIs"
],
"maintainers": [
"julien-lafont"
],
"addedAt": "2019-12-31"
},
{
"name": "Nicen",
"desc": "Make your code look nicer",
"url": "https://nicen.pw/",
"tags": [
"Code"
],
"maintainers": [
"akx"
],
"addedAt": "2020-01-14"
},
{
"name": "RegExr",
"url": "https://regexr.com/",
"desc": "Learn, build, & test Regular Expressions",
"tags": [
"Regular Expressions"
],
"maintainers": [
"gskinner"
],
"addedAt": "2019-12-29"
},
{
"name": "regular expresssions 101",
"url": "https://regex101.com/",
"desc": "Learn, build, & test Regular Expressions",
"tags": [
"Regular Expressions"
],
"maintainers": [
"firasdib"
],
"addedAt": "2019-12-29"
},
{
"name": "removebg",
"url": "https://www.remove.bg/",
"desc": "Remove backgrounds 100% automatically in 5 seconds with zero clicks",
"tags": [
"Images"
],
"maintainers": [],
"addedAt": "2019-12-29"
},
{
"name": "Responsive Breakpoints",
"url": "https://www.responsivebreakpoints.com/",
"desc": "Create responsive breakpoints for your images and get the adequate HTML them",
"tags": [
"Images",
"Performance"
],
"maintainers": [],
"addedAt": "2020-01-13"
},
{
"name": "Shadows",
"url": "https://brumm.af/shadows",
"desc": "Create smooth CSS shadows",
"tags": [
"CSS"
],
"maintainers": [
"brumm"
],
"addedAt": "2019-12-29"
},
{
"name": "shapecatcher.com",
"desc": "Draw a character and get the Unicode character glyph",
"url": "https://shapecatcher.com/",
"tags": [
"Unicode"
],
"maintainers": [],
"addedAt": "2019-12-30"
},
{
"name": "Shapy",
"url": "https://shapy.app/",
"desc": "Discover and explore the power of CSS gradients",
"tags": [
"CSS"
],
"maintainers": [
"vicbergquist"
],
"addedAt": "2019-12-29"
},
{
"name": "Smart Swatch Generator",
"desc": "Generate smart unique color palette without pain",
"url": "https://smart-swatch.netlify.com/",
"tags": [
"Code",
"Color"
],
"maintainers": [
"ivan-dalmet"
],
"addedAt": "2020-01-14"
},
{
"name": "snippet generator",
"url": "https://snippet-generator.app/",
"desc": "Generate snippets for VSCode, Sublime Text and Atom",
"tags": [
"Misc"
],
"maintainers": [
"pawelgrzybek"
],
"addedAt": "2019-12-29"
},
{
"name": "Squoosh",
"url": "https://squoosh.app/",
"desc": "Make images smaller using best-in-class codecs, right in the browser",
"tags": [
"Images",
"Performance"
],
"maintainers": [
"jakearchibald",
"surma",
"developit",
"PaulKinlan"
],
"addedAt": "2019-12-29"
},
{
"name": "SSL Server Test",
"desc": "Perform a deep analysis of the configuration of any SSL web server on the public Internet",
"url": "https://www.ssllabs.com/ssltest/",
"tags": [
"Security"
],
"maintainers": [],
"addedAt": "2020-01-16"
},
{
"name": "SVGOMG",
"url": "https://jakearchibald.github.io/svgomg/",
"desc": "Minify SVGs",
"tags": [
"Images",
"SVG"
],
"maintainers": [
"jakearchibald"
],
"addedAt": "2019-12-29"
},
{
"name": "Tailwind CSS Cheat Sheet",
"desc": "Quick search through Tailwind classes and styles",
"url": "https://nerdcave.com/tailwind-cheat-sheet",
"tags": [
"CSS"
],
"maintainers": [
"nerdcave"
],
"addedAt": "2020-01-16"
},
{
"name": "tanaguru contrast finder",
"desc": "Find good constrasts between two colors",
"url": "https://contrast-finder.tanaguru.com/",
"tags": [
"Accessibility",
"Color"
],
"maintainers": [
"Tanaguru"
],
"addedAt": "2019-12-31"
},
{
"name": "Tint & Shade Generator",
"desc": "Display tints and shades of a given hex color in 10% increments",
"url": "https://maketintsandshades.com/",
"tags": [
"Color"
],
"maintainers": [
"edelstone"
],
"addedAt": "2020-01-13"
},
{
"name": "Transform",
"url": "https://transform.tools/",
"desc": "Transform code into something else",
"tags": [
"Code"
],
"maintainers": [
"ritz078"
],
"addedAt": "2019-12-29"
},
{
"name": "type-scale",
"desc": "Calculate your type scale visually",
"url": "https://type-scale.com/",
"tags": [
"CSS",
"Fonts"
],
"maintainers": [
"jeremychurch"
],
"addedAt": "2020-01-05"
},
{
"name": "Unicode Character Search",
"url": "http://www.fileformat.info/info/unicode/char/search.htm",
"desc": "Seach a Unicode Character",
"tags": [
"Unicode"
],
"maintainers": [],
"addedAt": "2019-12-29"
},
{
"name": "Unicode Code Converter",
"url": "https://r12a.github.io/app-conversion/",
"desc": "Convert Unicode symbols into other formats",
"tags": [
"Unicode"
],
"maintainers": [],
"addedAt": "2019-12-29"
},
{
"name": "unilist",
"url": "https://unilist.raphaelbastide.com/",
"desc": "Have a look at the Unicode character list",
"tags": [
"Unicode"
],
"maintainers": [
"raphaelbastide"
],
"addedAt": "2019-12-29"
},
{
"name": "URL-encoder for SVG",
"url": "https://yoksel.github.io/url-encoder/",
"desc": "URL-encode your SVGs",
"tags": [
"SVG"
],
"maintainers": [
"yoksel"
],
"addedAt": "2019-12-29"
},
{
"name": "Wakamai Fondue",
"url": "https://wakamaifondue.com/",
"desc": "Inspect what your fonts can do",
"tags": [
"Fonts"
],
"maintainers": [
"RoelN"
],
"addedAt": "2019-12-29"
},
{
"name": "WhoCanUse",
"url": "https://whocanuse.com/",
"desc": "Check you color contrast ratio",
"tags": [
"Accessibility",
"Color"
],
"maintainers": [
"coreyginnivan"
],
"addedAt": "2019-12-29"
},
{
"name": "⌘+C",
"url": "https://copychar.cc/",
"desc": "Copy special characters to your clipboard",
"tags": [
"Unicode"
],
"maintainers": [],
"addedAt": "2019-12-29"
}
]