|
| 1 | +{ |
| 2 | + "author": "utom & Jebbs", |
| 3 | + "commands" : [ |
| 4 | + { |
| 5 | + "name": "Toolbar", |
| 6 | + "identifier": "commandToolbar", |
| 7 | + "shortcut": "ctrl shift b", |
| 8 | + "handler" : "commandToolbar", |
| 9 | + "script": "mark.bundle.js" |
| 10 | + }, |
| 11 | + { |
| 12 | + "name": "Toolbar 2.0 (beta)", |
| 13 | + "identifier": "commandToolbar2", |
| 14 | + "shortcut": "ctrl shift x", |
| 15 | + "handler" : "commandToolbar2", |
| 16 | + "script": "mark.bundle.js" |
| 17 | + }, |
| 18 | + { |
| 19 | + "name": "Mark Overlay", |
| 20 | + "identifier": "commandOverlays", |
| 21 | + "shortcut": "ctrl shift 1", |
| 22 | + "handler" : "commandOverlays", |
| 23 | + "script": "mark.bundle.js" |
| 24 | + }, |
| 25 | + { |
| 26 | + "name": "Mark Sizes", |
| 27 | + "identifier": "commandSizes", |
| 28 | + "shortcut": "ctrl shift 2", |
| 29 | + "handler" : "commandSizes", |
| 30 | + "script": "mark.bundle.js" |
| 31 | + }, |
| 32 | + { |
| 33 | + "name": "Mark Spacings", |
| 34 | + "identifier": "commandSpacings", |
| 35 | + "shortcut": "ctrl shift 3", |
| 36 | + "handler" : "commandSpacings", |
| 37 | + "script": "mark.bundle.js" |
| 38 | + }, |
| 39 | + { |
| 40 | + "name": "Mark Properties", |
| 41 | + "identifier": "commandProperties", |
| 42 | + "shortcut": "ctrl shift 4", |
| 43 | + "handler" : "commandProperties", |
| 44 | + "script": "mark.bundle.js" |
| 45 | + }, |
| 46 | + { |
| 47 | + "name": "Mark Note", |
| 48 | + "identifier": "commandNote", |
| 49 | + "shortcut": "ctrl shift 5", |
| 50 | + "handler" : "commandNote", |
| 51 | + "script": "mark.bundle.js" |
| 52 | + }, |
| 53 | + { |
| 54 | + "name": "Spec Export", |
| 55 | + "identifier": "commandExport", |
| 56 | + "shortcut": "ctrl shift e", |
| 57 | + "handler" : "commandExport", |
| 58 | + "script": "mark.bundle.js" |
| 59 | + }, |
| 60 | + { |
| 61 | + "name": "Toggle Hidden", |
| 62 | + "identifier": "commandHidden", |
| 63 | + "shortcut": "ctrl shift h", |
| 64 | + "handler": "commandHidden", |
| 65 | + "script": "mark.bundle.js" |
| 66 | + }, |
| 67 | + { |
| 68 | + "name": "Toggle Locked", |
| 69 | + "identifier": "commandLocked", |
| 70 | + "shortcut": "ctrl shift l", |
| 71 | + "handler": "commandLocked", |
| 72 | + "script": "mark.bundle.js" |
| 73 | + }, |
| 74 | + { |
| 75 | + "name": "Clear Marks", |
| 76 | + "identifier": "commandClear", |
| 77 | + "shortcut": "", |
| 78 | + "handler": "commandClear", |
| 79 | + "script": "mark.bundle.js" |
| 80 | + }, |
| 81 | + { |
| 82 | + "name": "Settings", |
| 83 | + "identifier": "commandSettings", |
| 84 | + "shortcut": "", |
| 85 | + "handler": "commandSettings", |
| 86 | + "script": "mark.bundle.js" |
| 87 | + }, |
| 88 | + { |
| 89 | + "name": "Color Names", |
| 90 | + "identifier": "commandColor", |
| 91 | + "shortcut": "ctrl shift c", |
| 92 | + "handler": "commandColor", |
| 93 | + "script": "mark.bundle.js" |
| 94 | + }, |
| 95 | + { |
| 96 | + "name": "Make Exportable", |
| 97 | + "identifier": "commandExportable", |
| 98 | + "shortcut": "ctrl shift s", |
| 99 | + "handler": "commandExportable", |
| 100 | + "script": "mark.bundle.js" |
| 101 | + }, |
| 102 | + { |
| 103 | + "name": "Documention", |
| 104 | + "identifier": "linkHelp", |
| 105 | + "handler": "linkHelp", |
| 106 | + "script": "links.sketchscript" |
| 107 | + }, |
| 108 | + { |
| 109 | + "name": "Feedback", |
| 110 | + "identifier": "linkFeedback", |
| 111 | + "handler": "linkFeedback", |
| 112 | + "script": "links.sketchscript" |
| 113 | + }, |
| 114 | + { |
| 115 | + "name": "Donate", |
| 116 | + "identifier": "linkDonate", |
| 117 | + "handler": "linkDonate", |
| 118 | + "script": "links.sketchscript" |
| 119 | + }, |
| 120 | + { |
| 121 | + "name": "Design Sites", |
| 122 | + "identifier": "linkNiudana", |
| 123 | + "handler": "linkNiudana", |
| 124 | + "script": "links.sketchscript" |
| 125 | + }, |
| 126 | + { |
| 127 | + "name": "Sketch.im", |
| 128 | + "identifier": "linkSketchim", |
| 129 | + "handler": "linkSketchim", |
| 130 | + "script": "links.sketchscript" |
| 131 | + }, |
| 132 | + { |
| 133 | + "name": "Init", |
| 134 | + "identifier": "commandInit", |
| 135 | + "handlers": { |
| 136 | + "actions": { |
| 137 | + "OpenDocument": "commandInit" |
| 138 | + } |
| 139 | + }, |
| 140 | + "script": "mark.bundle.js" |
| 141 | + } |
| 142 | + ], |
| 143 | + "menu" : { |
| 144 | + "isRoot" : false, |
| 145 | + "shortcut" : "", |
| 146 | + "items" : [ |
| 147 | + "commandToolbar", |
| 148 | + "commandToolbar2", |
| 149 | + "-", |
| 150 | + "commandOverlays", |
| 151 | + "commandSizes", |
| 152 | + "commandSpacings", |
| 153 | + "commandProperties", |
| 154 | + "commandNote", |
| 155 | + "-", |
| 156 | + "commandExportable", |
| 157 | + "commandColor", |
| 158 | + "commandExport", |
| 159 | + "-", |
| 160 | + "commandHidden", |
| 161 | + "commandLocked", |
| 162 | + "commandClear", |
| 163 | + "-", |
| 164 | + "commandSettings", |
| 165 | + "linkDonate", |
| 166 | + { |
| 167 | + "title": "Help", |
| 168 | + "items": [ |
| 169 | + "linkHelp", |
| 170 | + "linkFeedback", |
| 171 | + "linkDonate" |
| 172 | + ] |
| 173 | + } |
| 174 | + ], |
| 175 | + "title" : "Sketch Measure" |
| 176 | + }, |
| 177 | + "identifier": "co.jebbs.measure", |
| 178 | + "appcast": "https://raw.githubusercontent.com/qjebbs/sketch-measure/master/appcast.xml", |
| 179 | + "homepage": "http://utom.design/measure/", |
| 180 | + "version": "2.9.1", |
| 181 | + "description" : "Make it a fun to create spec for developers and teammates", |
| 182 | + "authorEmail" : "[email protected]", |
| 183 | + "name" : "Sketch Measure" |
| 184 | +} |
0 commit comments