forked from sketchplugins/plugin-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins.json
747 lines (747 loc) · 26.2 KB
/
plugins.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
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
[
{
"description": "A tool to save and switch states for quick demo purpose in sketch.",
"name": "sketch-states-switch",
"owner": "wentin"
},
{
"description": "This is a plugin for quickly creating Lorem Ipsum text in Sketch.",
"name": "Lorem-Ipsum-Plugin-for-Sketch",
"owner": "brandonbeecroft"
},
{
"description": "Resizes the selected layer to cover its containing artboard in Sketch.",
"name": "Cover-Artboard",
"owner": "sebj"
},
{
"description": "Invert a layer's background color in Sketch.",
"name": "Invert-Background-Color",
"owner": "sebj"
},
{
"description": "Remove a layer's fills and borders in Sketch.",
"name": "Remove-Fills-and-Borders",
"owner": "sebj"
},
{
"description": "Rename multiple layers at once in Sketch.",
"name": "Rename-Layers",
"owner": "sebj"
},
{
"description": "Selects all layers of the same name in Sketch.",
"name": "Select-By-Name",
"owner": "sebj"
},
{
"description": "Creates artboards and export options necessary to export a .iconset in Sketch.",
"name": "Setup-Iconset-Artboards",
"owner": "sebj"
},
{
"description": "A script to export the Sketch App artboards to the clipboard.",
"name": "crop_Artboard",
"owner": "FredericJacobs"
},
{
"description": "A simple Git client built right into Sketch.",
"name": "SketchGit",
"owner": "almonk"
},
{
"description": "Some scripts for the Mac Sketch app, including \"Blend Steps\", \"Simple Pattern\" and \"Fill Artboard\".",
"name": "Sketch-Plugin-Scripts",
"owner": "makzan"
},
{
"description": "Scripts for Sketch, by another one of the Bohemian Coding guys.",
"name": "sketch-scripts",
"owner": "samdeane"
},
{
"description": "DrawingKit is a collection of commands for use in Sketch.",
"name": "DrawingKit",
"owner": "groove25"
},
{
"description": "This Sketch plugin provides a preview command (\u2318P) that will open a specially named slice in Skala Preview. The plugin works by exporting the first slice named Preview to Sketch's cache directory and opening that file in Skala Preview.",
"name": "sketch-preview",
"owner": "marcisme"
},
{
"description": "Dummy text filler plugin for Sketch!",
"name": "HipsterFill",
"owner": "sdrib"
},
{
"description": "A collection of script commands for Bohemian Coding's Sketch.app",
"name": "sketch-commands",
"owner": "bomberstudios"
},
{
"description": "A plugin to export Sketch.app documents into FramerJS to make interactive prototypes.",
"name": "sketch-framer",
"owner": "bomberstudios"
},
{
"description": "This command is a recreation for Sketch of the Photoshop Generator functionality introduced by Adobe on Photoshop CC.",
"name": "sketch-generator",
"owner": "bomberstudios"
},
{
"description": "An *amazing* implementation of a symbols library for Sketch.",
"name": "sketch-plugins",
"owner": "tisho"
},
{
"description": "Josh Wayne's plugins for Sketch. So far, it includes two very interesting commands for working with text layers.",
"name": "jw-sketch-plugins",
"owner": "joshwayne"
},
{
"description": "A rename layers plugin.",
"name": "sketch",
"owner": "mindwork"
},
{
"description": "A port of the Renamy Photoshop plugin for Sketch: it lets you rename layers like a boss.",
"name": "RenameIt",
"owner": "rodi01"
},
{
"description": "Generate Android assets in Sketch.",
"name": "sketch-android-assets",
"owner": "zmalltalker"
},
{
"description": "Recipes for JSTalk Sketch scripts and plugins. The goal is to help people new to JSTalk and Sketch scripting to start and to give examples for Sketch automation or extending tasks.",
"name": "jstalk-sketch-recipes",
"owner": "uhunkler"
},
{
"description": "Sketch.app Plugin for Exporting Android Layouts (WIP at the moment)",
"name": "sketch-android-kit",
"owner": "malkomalko"
},
{
"description": "\"Plugins for Sketch app from Bohemian Coding\". Includes two interesting commands to navigate to Next and Previous artboards.",
"name": "sketch-plugins",
"owner": "nadavsavio"
},
{
"description": "An amazing resource to get you started with Sketch plugins development.",
"name": "My-Sketch-Plugins",
"owner": "mpaiva"
},
{
"description": "recolor all elements like the selected object color with the hex color of your choice.",
"name": "colorPoz",
"owner": "postite"
},
{
"description": "A Plugin that provides a shortcut for copying a layer's fill color to clipboard.",
"name": "Copy-Fill-Color",
"owner": "poyi"
},
{
"description": "Dynamic button plug-in for Sketch.app allows to create buttons with fixed margins no matter what text you add.",
"name": "sketch-dynamic-button",
"owner": "ddwht"
},
{
"description": "A box for random sketch plugins: **Toggle Specs** (cmd+L) toggles visibility of all of the layer groups in your document named \"specs\". Other than specs this could be useful with hidden guides.",
"name": "sketchPlugins",
"owner": "hrescak"
},
{
"description": "Skrx ( ~skreecks ) exports a selection of elements (for now only the rectangles) to Apache Flex MXML or FXG description, and copy it to clipboard.",
"name": "skrx",
"owner": "rxlabz"
},
{
"description": "Scripts for Bohemian Coding's Sketch application.",
"name": "sketch-plugins",
"owner": "davidudvardy"
},
{
"description": "A port of Illustrator's \"Split Into Grid\" to Sketch.",
"name": "Sketch-Scripts",
"owner": "marceloeduardo"
},
{
"description": "Tristan's Plugins for Bohemian Coding's Sketch.app",
"name": "sketchplugins",
"owner": "trisweb"
},
{
"description": "A collection of JSTalk methods for Bohemian Coding\u2019s Sketch. The methods support Sketch scripting - writing plugins or code that interacts with Sketch.",
"name": "jstalk-sketch-library",
"owner": "uhunkler"
},
{
"description": "Sketch plugins by Cemre Güngör.",
"name": "cemre-sketch-plugins",
"owner": "cemre"
},
{
"description": "A measure tool for Sketch.app (think Specctr for Sketch)",
"name": "sketch-measure",
"owner": "utom"
},
{
"description": "Plugins for Bohemian Coding Sketch, including \"Duplicate to All Artboards\" and \"Golden Ratio\".",
"name": "sketch-plugins",
"owner": "buscarini"
},
{
"description": "Upload a PNG of the current Sketch artboard to CloudApp with a single keystroke.",
"name": "sketch-cloudapp",
"owner": "cdl"
},
{
"description": "A SketchApp plugin that inserts random user data into your Sketch documents.",
"name": "Random-User",
"owner": "jimrutherford"
},
{
"description": "Sketch app plugin for generating dummy data such as avatars, names, photos, geo data etc.",
"name": "Content-generator-sketch-plugin",
"owner": "timuric"
},
{
"description": "An incredible collection of plugins, including some great ones for working with baselines.",
"name": "sketch-plugins",
"owner": "alessndro"
},
{
"description": "Select all child layers of a group with a key command.",
"name": "select-child-layers-sketch-plugin",
"owner": "mattmcmanus"
},
{
"description": "A port to Sketch.app of Photoshop's Duplicate and Nudge feature.",
"name": "sketch-duplicate-and-nudge",
"owner": "bomberstudios"
},
{
"description": "This Sketch plugin allows designers to upload the selected artboard or slice to Cloud App with a simple shortcut \u21e7\u2318U.",
"name": "sketch-upload",
"owner": "jelias"
},
{
"description": "A git repo containing various plugins for Sketch (including 'Handy', a plugin that makes working with guides easier).",
"name": "SketchPlugins",
"owner": "joshpuckett"
},
{
"description": "Some home-brewed Sketch App Plugins.",
"name": "ITSSketchPlugins",
"owner": "trisix"
},
{
"description": "Sketch plugin to do text translation using Google translate.",
"name": "sketch-translate",
"owner": "zachheine"
},
{
"description": "Sketch plugins for getting shots and info from Dribbble.",
"name": "skribbble",
"owner": "tylergaw"
},
{
"description": "A collection of plugins requested to the official [@sketchapp](https://twitter.com/sketchapp) Twitter account.",
"owner": "sketchplugins",
"name": "plugin-requests"
},
{
"description": "A collection of Sketch Plugins for creating placeholder images.",
"owner": "tylergaw",
"name": "day-player"
},
{
"description": "A simple plugin for Sketch.app which automatically adjusts the height of a rectangle to contain the text layer above it, along with an optional top and bottom padding.",
"owner": "shahruz",
"name": "Sketch.app-Vertical-Fit"
},
{
"description": "A WIP Sketch Plugin to generate blog post elements from JSON'd RSS feeds.",
"owner": "tylergaw",
"name": "sketch-generate-posts"
},
{
"description": "You can change the layer name by Regexp in Sketch 3.",
"owner": "littlebusters",
"name": "Regexp-Rename"
},
{
"description": "Copy mixin code for SCSS, Less and Stylus to clipboard in Sketch 3.",
"owner": "littlebusters",
"name": "Sketch-CSS-Sprite-Mixin"
},
{
"description": "QR Code generator plugin for Sketch App.",
"owner": "turbobabr",
"name": "sketch-qrcode"
},
{
"description": "Sketch Plugin to generate thaana strings, paragraphs, articles.",
"owner": "ajaaibu",
"name": "ThaanaText"
},
{
"description": "A collection of useful workflow plugins, including automating selecting and zooming in on next/previous artboards.",
"owner": "vrjbndr",
"name": "sketch-plugins"
},
{
"description": "A sketch plugin to parse your data and populate your design.",
"owner": "florianpnn",
"name": "sketch-data-parser"
},
{
"description": "Toggle a text layer to upper and lower case.",
"owner": "keeg",
"name": "sketch-text-uppercase"
},
{
"description": "Get random quotes from quotesondesign.com from within Sketch.app",
"owner": "nodesolomon",
"name": "Design-Quotes-Sketch-Plugin"
},
{
"description": "Some scripts to randomly distribute and rotate objects.",
"owner": "kumo",
"name": "Sketch-Plugin-Scripts"
},
{
"description": "A Sketch plugin for automatically HTML generate.",
"owner": "sskyy",
"name": "blade"
},
{
"description": "A SketchApp plugin that generates a UIColor Objective-C Category class from your Sketch documents.",
"owner": "jimrutherford",
"name": "UIColor-Category-Generator"
},
{
"description": "A Sketch Plugin for creating multiple sizes of iOS icons.",
"owner": "tylergaw",
"name": "icon-stamper"
},
{
"description": "A Sketch 3 plugin that allows you to use CSS on layers.",
"owner": "jodyheavener",
"name": "CSS-Buddy"
},
{
"description": "Generate color swatches from hex codes.",
"owner": "jodyheavener",
"name": "Swatches"
},
{
"description": "Repo where life-changing Sketch Plugins live.",
"owner": "joegirolamo",
"name": "SketchPlugins-WIP"
},
{
"description": "A Sketch plugin for a step-wise transformation of one path into another.",
"owner": "marmat",
"name": "sketch-interpolate-paths"
},
{
"description": "Some useful plugins for Sketch 3.0.",
"owner": "weezard",
"name": "Weezards-Sketch-Plugins"
},
{
"description": "Plugins for Sketch.",
"owner": "8by8",
"name": "sketchplugins"
},
{
"description": "A Sketch plugin that lets you preview your current artboard in the Dock.",
"owner": "fnky",
"name": "sketch-dockpreview"
},
{
"description": "This plugin makes it fast and easy to draw flowcharts in Sketch.",
"owner": "tadija",
"name": "AEFlowchart"
},
{
"description": "Split and Divide plugins for Sketch3 app.",
"owner": "KrevedAccky",
"name": "SketchSplitDivide"
},
{
"description": "Julius's plugins <http://twitter.com/tarngerine>.",
"owner": "tarngerine",
"name": "sketch-plugins"
},
{
"description": "Sketch.app plugin for generating an Apple Icon Image ( .icns )",
"owner": "ByNathan",
"name": "Generate-ICNS"
},
{
"description": "A Sketch 3 plugin that takes the currently selected layers and copies them one or multiple times in a specified direction.",
"owner": "turbobabr",
"name": "Duplicator"
},
{
"description": "A Sketch plugin that allows to quickly export assets for Android, iOS, Windows Phone and the Web.",
"owner": "GeertWille",
"name": "sketch-export-assets"
},
{
"description": "A Sketch plugin that allows to export assets for iOS directly from Sketch into Xcodes assets catalog.",
"owner": "GeertWille",
"name": "sketch-to-xcode-assets-catalog"
},
{
"description": "A Sketch plugin that calculates the color contrast of two selected layers and evaluates it against the WCAG2.0.",
"owner": "getflourish",
"name": "Sketch-Color-Contrast-Analyser"
},
{
"description": "Randomly change the opacity of selected objects in Sketch.",
"owner": "adamhowell",
"name": "random-opacity-sketch-plugin"
},
{
"description": "A dummy plugin to quickly switch between pages using shortcuts.",
"owner": "mauehara",
"name": "sketch-page-switch"
},
{
"description": "Plugin that allows you to set the line height of a text layer as a multiple of the font size.",
"owner": "getflourish",
"name": "Sketch-Set-Line-Height-Plugin"
},
{
"description": "ColorMime is a simple plugin for Sketch which allows you to quickly duplicate any Colourlovers palette in your sketch project.",
"owner": "jtmarmon",
"name": "ColorMime"
},
{
"description": "Sketch.app plugin for swapping fill and border colors.",
"owner": "ByNathan",
"name": "Swap-Fill-Border"
},
{
"description": "Sketch.app plugin for clearing all layer style properties.",
"owner": "ByNathan",
"name": "Clear-Styles"
},
{
"description": "Sync local Sketch.app plugins with their master version at GitHub.",
"owner": "ByNathan",
"name": "Sync-Plugins"
},
{
"description": "Plugin that can sort layers or artboards based on text, layer name or position.",
"owner": "getflourish",
"name": "Sketch-Sort-Layers"
},
{
"description": "Plugin for generating animated GIFs from a sequence of artboards.",
"owner": "ByNathan",
"name": "Generate-GIF"
},
{
"description": "Generate a visual style sheet with all colors and text styles that you are using in Sketch.",
"owner": "getflourish",
"name": "Sketch-Style-Inventory"
},
{
"description": "\"Zoom\" to currently selected Artboard.",
"owner": "Arkkimaagi",
"name": "ArtboardZoom"
},
{
"description": "A Sketch plugin that automatically resizes artwork for iOS app icon.",
"owner": "tadija",
"name": "AEIconizer"
},
{
"description": "Generates a typographic scale from selected text layers.",
"owner": "automat",
"name": "sketch-plugin-typographic-scale"
},
{
"description": "Set of plugins for efficient work: change text linespacing and leading via keyboard, random sizing and random positioning of selected items, keep only text layers in selection.",
"owner": "x-raizor",
"name": "Efficiency"
},
{
"description": "A plugin for Sketch to generate divine proportions automatically.",
"owner": "ichord",
"name": "sketch-divine-proportions"
},
{
"description": "Import gradients as shape fills using Will Burn's colorfulgradients and colorincolor.",
"owner": "dunckr",
"name": "sketch-colorfulgradients"
},
{
"description": "Sketch 3 plugin scripts for generating object collections.",
"owner": "lrtitze",
"name": "Sketch-Plugins-LRTGenerators"
},
{
"description": "Sketch 3 plugin that align layers relative to more options.",
"name": "AlignTo",
"owner": "LucienLee"
},
{
"description": "Import subtle patterns as shape fills in Sketch.",
"owner": "dunckr",
"name": "sketch-subtlepatterns"
},
{
"description": "Make it easy to resize an object without having to manually move all the content to keep the margins.",
"owner": "AntonStrand",
"name": "dynamic-reposition"
},
{
"description": "Use one layer or the artboard as a template to resize other layers.",
"owner": "AntonStrand",
"name": "Sketch-Resize"
},
{
"description": "Copy & paste boilerplate code from a Sketch layer to FramerJS.",
"owner": "getflourish",
"name": "Copy-and-Paste-for-Framer"
},
{
"description": "Sketch Plugin to quickly copy color RGB/HEX values.",
"owner": "mfouquet",
"name": "Color-Copier"
},
{
"description": "Sketch Plugin to make documenting design easier.",
"owner": "marcosvidal",
"name": "Sketch-Notebook"
},
{
"description": "Sketch.app plugin for auto-padding.",
"owner": "Falkeyn",
"name": "Modulizer"
},
{
"description": "Just another Guide plugin for Sketch.",
"owner": "petehouston",
"name": "sketch-guides"
},
{
"description": "Sketch.app Plugin to copy colors to clipboard as SCSS variable definitions.",
"owner": "graphical-iain",
"name": "Copy-SCSS-Colors"
},
{
"description": "A button creator plugin for Sketch.",
"owner": "AndrewKF",
"name": "Sketch-Buttonsmith"
},
{
"description": "Zeplin Sketch plugin <https://zeplin.io>.",
"owner": "zeplin",
"name": "zeplin-sketch-plugin"
},
{
"description": "Smartboards is a collection of plugins that make my life easier in Sketch.",
"owner": "elihorne",
"name": "smartboards"
},
{
"description": "A Sketch plugin which can export artboards or slice to ICNS.",
"owner": "solicomo",
"name": "export-to-icns"
},
{
"description": "Sketch plugin to align selected layers to the bottom one.",
"owner": "rodi01",
"name": "Align-To-Layer"
},
{
"description": "Sketch plugin that automatically generates MDPI, HDPI, XHDPI, XXHDPI, and XXXHDPI Android assets.",
"owner": "todoriliev",
"name": "generate-android-assets"
},
{
"description": "A Sketch.app plugin to create a grid with rulers.",
"owner": "ryanlanglois",
"name": "RulerGrid"
},
{
"description": "If you love catipsum.com & sketch as much as I do, then I don't know how could you live without this plugin.",
"owner": "mamuso",
"name": "sketch-cat-ipsum"
},
{
"description": "Selects all text layers that have the same text style as the reference text layer.",
"owner": "getflourish",
"name": "Sketch-Select-Similar-Text-Layers-Plugin"
},
{
"description": "Export all your Sketch text styles as CSS (proof of concept).",
"owner": "getflourish",
"name": "Sketch-Export-Text-Styles"
},
{
"description": "This plugin selects all layers that have the same fill color as the currently selected layer.",
"owner": "getflourish",
"name": "Sketch-Select-Layers-by-Color"
},
{
"description": "Sketch App plugin for creating dummy 'Bluth' content <http://ligcreative.github.io/sketch-bluth-ipsum/>.",
"owner": "LigCreative",
"name": "sketch-bluth-ipsum"
},
{
"description": "Generate App Store images for all iPhone sizes from Sketch.",
"owner": "clusterinc",
"name": "SketchToAppStore"
},
{
"description": "A plugin for Sketch.app to share artboards to Slack.",
"owner": "shahruz",
"name": "Send-to-Slack"
},
{
"description": "Easily translate pages in Sketch.",
"owner": "kristof",
"name": "sketch-i18n"
},
{
"description": "A plugin for exporting layers for Android. Supports transparency and 1x and 2x base sizes.",
"owner": "nickstamas",
"name": "Sketch-Better-Android-Export"
},
{
"description": "Making Sketch talk...",
"owner": "marcosvidal",
"name": "sketch-speaker"
},
{
"description": "Quickly fill a layer with an image from Flickr based on tags.",
"owner": "nickstamas",
"name": "Sketch-Quick-Pic"
},
{
"description": "Export simple HTML click dummies to prototype interactivity. Just draw rectangles to create links between artboards.",
"owner": "Raureif",
"name": "sketch-click-dummy"
},
{
"description": "Moves selected layers vertically according to the cursor position.",
"owner": "wolanski",
"name": "sketch-vertical-teleporter"
},
{
"description": "Sketch app plugin for displaying Google material design color palette.",
"owner": "t32k",
"name": "material-design-color-palette-sketch-plugin"
},
{
"description": "This plugin includes a few simple actions to make managing pages easier in Sketch.",
"owner": "ribot",
"name": "sketch-page-helpers"
},
{
"description": "This is a plugin for quickly creating english & persian(farsi) Lorem Ipsum text in Sketch.",
"owner": "Rezaaa",
"name": "english-and-persian-lorem-ipsum"
},
{
"description": "Convert one or more artboards to 9patch layout, then export xxx.9.png to desktop.",
"owner": "maundytime",
"name": "sketch-9patch"
},
{
"description": "Sketch plugin to randomly resize selected elements.",
"owner": "longzheng",
"name": "sketch-randomSize"
},
{
"description": "A plugin manager for Sketch.app.",
"owner": "buzzfeed",
"name": "Sketch-Toolbox"
},
{
"description": "Replace layers in Sketch with photos from Instagram.",
"owner": "abynim",
"name": "SketchSquares"
},
{
"description": "More precise rotation for line objects in Sketch compared to the native Rotate tool, which only offers arbitrary rotation. Includes a 'Rotate a Copy' feature and Relative and Absolute rotation as well.",
"owner": "eric-adstage",
"name": "Sketch_RotateLine"
},
{
"description": "Easily add comments to your designs.",
"owner": "lukas77me",
"name": "Sketch-Comments"
},
{
"description": "Lay out all your artboards in a grid with user-specified number of rows.",
"owner": "kenmoore",
"name": "Sketch-Arrange-Artboards"
},
{
"description": "Paste like it was meant to be--into the artboard you're viewing.",
"owner": "kenmoore",
"name": "Sketch-Better-Paste"
},
{
"description": "Update a button's label and it gets resized automatically, preserving existing padding.",
"owner": "kenmoore",
"name": "Sketch-Relabel-Button"
},
{
"description": "Quickly turn a text layer into a styled annotation, grouped with a background card.",
"owner": "kenmoore",
"name": "Sketch-Text-to-Specs"
},
{
"description": "Pull to center: Move selected shapes or layers toward center of artboard.",
"owner": "delighted",
"name": "sketch-pull-to-center"
},
{
"description": "Scale all in place: Resize all selected shapes or layers, in place, from center.",
"owner": "delighted",
"name": "sketch-scale-all-in-place"
},
{
"description": "Upload to CloudApp: Upload the current artboard or page to CloudApp.",
"owner": "delighted",
"name": "sketch-upload-to-cloudapp"
},
{
"description": "These plugins will make you best friends with Sketch.",
"owner": "getflourish",
"name": "Sketch-Mate"
},
{
"description": "Export icons (icns,ico,...) from Sketch using Icon Slate.",
"owner": "kodlian",
"name": "IconSlate-sketchplugin"
},
{
"description": "Move Next / Previous artboard into view, preserving vertical offset and zooming to width.",
"owner": "kenmoore",
"name": "Sketch-Artboard"
},
{
"description": "Unlock locked layers, make changes, then lock again straight from your artboards.",
"owner": "ribot",
"name": "sketch-toggle-locked-layers"
},
{
"description": "Distribute selection objects vertically or horizontally with a given spacing between them.",
"name": "SketchDistributor",
"owner": "PEZ"
}
]