forked from altryne/extensionizr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
317 lines (290 loc) · 21.5 KB
/
index.html
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
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Extensionizr - boilerplate for your chrome extension</title>
<meta name="description" content="Extensionizr helps you create the basis for your own awesome chrome extension. Use Extensionizer to quickly select the settings you want, and generate an chrome extension boilerplate.">
<meta name="author" content="Alex Wolkov">
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
<meta property="og:title" content="Extensionizr" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://extensionizr.com" />
<meta property="og:image" content="http://extensionizr.com/img/preview.png" />
<meta property="og:site_name" content="Extensionizr" />
<meta property="fb:admins" content="619421487" />
<meta itemprop="name" content="Extensionizr">
<meta itemprop="description" content="Jump start your chrome extension development! Create a custom chrome extension boilerplate in 15 seconds using extensionizer!">
<meta itemprop="image" content="http://extensionizr.com">
<link rel="image_src" href="http://extensionizr.com" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/jquery.qtip.min.css">
</head>
<body>
<div id="header-container">
<header class="wrapper clearfix">
<div id="title-container">
<h1 id="title"><a href=".">Extensionizr</a> </h1>
<h2>Start a chrome extension in 15 seconds!</h2>
</div>
<div id="html5-logo-container">
</div>
<div id="follow-container">
<p><a id="author" href="http://alexw.me/" target="_blank">Alex Wolkov</a></p>
<div id="follow-iframes-container">
<a href="https://twitter.com/altryne" class="twitter-follow-button" data-align="right" data-width="186px" data-show-count="true" data-size="small">Follow @altryne</a>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://extensionizr.com" data-width="186px" data-text="Create a chrome extension in 15 seconds! A boilerplate for your extension." data-via="altryne" data-size="small" data-related="altryne" data-dnt="true" data-action="Share extensionizr">Share extensionizr</a>
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fextensionizr.com&send=false&layout=button_count&width=160&show_faces=false&action=like&colorscheme=light&font=arial&height=21&appId=397573470274307" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:160px; height:21px;" allowTransparency="true" class="facebook_like"></iframe>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</header>
</div>
<div id="main-container">
<div id="main" class="wrapper clearfix">
<div id="intro" class="clearfix">
<div id="badges" class="clearfix">
</div>
<p>
Extensionizr helps you create the basis for your own awesome chrome extension!
</p>
</div>
<h2 class="separator">
1 - Name your extension
</h2>
<div id="preconfig-section" class="clearfix">
<div class="preconfig-container blank-background">
<button id="preconfig-blank" class="preconfig-block blank-background clearfix">
<h3>Hidden extension</h3>
</button>
<!--<div class="preconfig-links-container">-->
<!--<a target="_blank" href="http://html5boilerplate.com/docs/" class="first">Docs</a><a target="_blank" href="http://demo.html5boilerplate.com/">Demo</a>-->
<!--</div>-->
</div>
<div class="preconfig-container initializr-background">
<button id="preconfig-page" class="preconfig-block initializr-background clearfix">
<h3>Page action</h3>
</button>
<!--<div class="preconfig-links-container">-->
<!--<a target="_blank" href="http://verekia.com/initializr/responsive-template" class="first">Docs</a><a target="_blank" href="http://www.initializr.com/try">Demo</a>-->
<!--</div>-->
</div>
<div class="preconfig-container bootstrap-background">
<button id="preconfig-browser" class="preconfig-block bootstrap-background clearfix">
<h3>Browser action</h3>
</button>
<!--<div class="preconfig-links-container">-->
<!--<a target="_blank" href="http://twitter.github.com/bootstrap/" class="first">Docs</a><a target="_blank" href="http://twitter.github.com/bootstrap/examples/hero.html">Demo</a>-->
<!--</div>-->
</div>
</div>
<div id="hidden-section">
<h2 id="fine-tuning-separator" class="separator">
2 - Fine tuning
</h2>
<div id="customize-section" class="clearfix">
<div class="customize-section">
<h3>Extension type</h3>
<label><input type="radio" name="extension-type" value="hidden-mode">Hidden extension
<a class="more_info" data-content="Use this if you don't want any visual representation of your extension. When you only want to use inject scripts for example."></a>
</label>
<label><input type="radio" name="extension-type" value="page-mode">Page action
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/pageAction.html" data-content="Use page actions to put icons inside the address bar. Page actions represent actions that can be taken on the current page, but that aren't applicable to all pages."></a>
</label>
<label><input type="radio" name="extension-type" value="browser-mode">Browser action
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/browserAction.html" data-content="Use browser actions to put icons in the main Google Chrome toolbar, to the right of the address bar. In addition to its icon, a browser action can also have a tooltip, a badge, and a popup."></a>
</label>
</div>
<div class="customize-section">
<h3>Background page</h3>
<label><input type="radio" name="bg-page" value="with-bg">Background.html
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/background_pages.html" data-content="The background page is an HTML page that runs in the extension process. It exists for the lifetime of your extension, and only one instance of it at a time is active."></a>
</label>
<label><input type="radio" name="bg-page" value="with-js-bg">Background.js
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/background_pages.html#manifest" data-content="In the common case, a background page does not require any HTML markup. These kind of background pages can be implemented using JavaScript files alone"></a>
</label>
<label><input type="checkbox" value="with-persistent-bg">Persistent
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/event_pages.html" data-content='Deselect "persistent" to turn the background page to an event page. Event pages are loaded only when they are needed. When the event page is not actively doing something, it is unloaded, freeing memory and other system resources.'></a>
</label>
<label><input type="radio" name="bg-page" value="no-bg">No background</label>
</div>
<div class="customize-section">
<h3>Options page</h3>
<label><input type="radio" name="options-page" value="with-options">Blank options.html
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/options.html" data-content="To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, a link to it will be provided from the extensions management page at chrome://extensions. Clicking the Options link opens a new tab pointing at your options page."></a>
</label>
<label><input type="radio" name="options-page" value="with-custom-options">"Fancy settings"
options
<a class="more_info" target="_blank" href="https://github.com/altryne/fancy-settings" data-content="Fancy, chrome-look-alike settings for your Chrome extension. Features include search, tabs, groups and more"></a>
</label>
<label><input type="radio" name="options-page" value="no-options">No options page</label>
</div>
<div class="customize-section">
<h3>Override</h3>
<label><input type="radio" name="override" value="override-newtab">Override new tab
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/override.html" data-content="Override the page that appears when the user creates a new tab or window. You can also get to this page by entering the URL chrome://newtab."></a>
</label>
<label><input type="radio" name="override" value="override-bookmarks">Override bookmarks
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/override.html" data-content="Override the page that appears when the user chooses the Bookmark Manager menu item from the Tools menu. You can also get to this page by entering the URL chrome://bookmarks."></a>
</label>
<label><input type="radio" name="override" value="override-history">Override history
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/override.html" data-content="Override page that appears when the user chooses the History menu item from the Tools menu. You can also get to this page by entering the URL chrome://history."></a>
</label>
<label><input type="radio" name="override" value="no-override">No Override</label>
</div>
<div class="customize-section">
<h3>Content scripts</h3>
<label><input type="checkbox" value="inject-css">Inject css
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/content_scripts.html" data-content="CSS files that are injected to web pages. Use inject.css to customize web pages styles."></a>
</label>
<label><input type="checkbox" value="inject-js">Inject js
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/content_scripts.html" data-content="JavaScript files that run in the context of web pages. By using the standard Document Object Model (DOM), they can read details of the web pages the browser visits, or make changes to them."></a>
</label>
</div>
<div class="customize-section">
<h3>Misc addons</h3>
<label><input type="checkbox" value="omnibox">Add omnibox support
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/omnibox.html" data-content="The omnibox API allows you to register a keyword with Google Chrome's address bar, which is also known as the omnibox."></a>
</label>
<label><input type="checkbox" value="jquerymin">Add jQuery <span class="jquery-version"></span>
<a class="more_info" target="_blank" href="http://jquery.com" data-content="Add jQuery to your extension"></a>
</label>
<label><input type="checkbox" value="angular">Add Angular.js <span class="angular-version"></span>
<a class="more_info" target="_blank" href="http://angularjs.org" data-content="Add AngularJS to your extension"></a>
</label>
</div>
<div class="customize-section special-section">
<h3>URL permissions
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/match_patterns" data-content="Url permissions are a match pattern set that gives your extension access to one or more hosts."></a>
</h3>
<!--<label><input type="checkbox" name="match-pattern" value="match-pattern" id="match-pattern"> Match pattern: </label>-->
<input id="match_ptrns" type="text" class="match_pattern" name="uri-perms" value=""> <span>Separated by ";" (https://*/* ; http://google.com/*)</span>
</div>
<div class="customize-section">
<h3 class="first-h5bp-label">Permissions
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/manifest.html#permissions" data-content="Choose the permissions you want your extension to use. Hover over a permission to get more info about what it does."></a>
</h3>
<label><input class="perm" type="checkbox" value="bookmarks">Bookmarks
<a class="more_info" target="_blank" href="http://code.google.com/chrome/extensions/bookmarks.html" data-content="Use the chrome.bookmarks module to create, organize, and otherwise manipulate bookmarks. Also see Override Pages, which you can use to create a custom Bookmark Manager page."></a>
</label>
<label><input class="perm" type="checkbox" value="chrome://favicon/">Chrome://favicon
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/manifest.html#permissions" data-content='Required if the extension uses the "chrome://favicon/url" mechanism to display the favicon of a page. For example "chrome://favicon/http://www.google.com/" '></a>
</label>
<label><input class="perm" type="checkbox" value="clipboardRead">Clipboard read access
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/manifest.html#permissions" data-content="Required if the extension uses document.execCommand('paste')."></a>
</label>
<label><input class="perm" type="checkbox" value="clipboardWrite">Clipboard write access
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/manifest.html#permissions" data-content="Indicates the app or extension uses document.execCommand('copy') or document.execCommand('cut')."></a>
</label>
<label><input class="perm" type="checkbox" value="contentSettings">Content Settings
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/contentSettings.html" data-content="Content settings allow you to customize Chrome's behavior on a per-site basis instead of globally."></a>
</label>
</div>
<div class="customize-section customize-h5bp-no-title customize-h5bp-no-title-middle">
<h3 class="second-h5bp-label">Permissions
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/manifest.html#permissions" data-content="Choose the permissions you want your extension to use. Hover over a permission to get more info about what it does."></a>
</h3>
<label><input class="perm" type="checkbox" value="contextMenus">Context menus
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/contextMenus.html" data-content="The context menus module allows you to add items to Google Chrome's context menu."></a>
</label>
<label><input class="perm" type="checkbox" value="cookies">Cookies
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/cookies.html" data-content="Get access to cookies for a specified domain."></a>
</label>
<label><input class="perm" type="checkbox" value="fileBrowserHandler">FileBrowserHandler
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/fileBrowserHandler.html" data-content="Use the chrome.fileBrowserHandler module to extend the Chrome OS file browser. For example, you can use this API to enable users to upload files to your website.Important: This API works only on Chrome OS"></a>
</label>
<label><input class="perm" type="checkbox" value="tts">Text to speech
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/tts.html" data-content="Use the chrome.tts module to play synthesized text-to-speech (TTS). See also the related ttsEngine module, which allows an extension to implement a speech engine."></a>
</label>
<label><input class="perm" type="checkbox" value="ttsEngine">Text to speech engine
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/ttsEngine.html" data-content="Use the chrome.ttsEngine module to implement a text-to-speech (TTS) engine using an extension."></a>
</label>
</div>
<div class="customize-section customize-h5bp-no-title" style="clear:right">
<h3 class="third-h5bp-label">Permissions
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/manifest.html#permissions" data-content="Choose the permissions you want your extension to use. Hover over a permission to get more info about what it does."></a>
</h3>
<label><input class="perm" type="checkbox" value="history">History
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/history.html" data-content="Use the chrome.history module to interact with the browser's record of visited pages. You can add, remove, and query for URLs in the browser's history. To override the history page with your own version, see Override Pages."></a>
</label>
<label><input class="perm" type="checkbox" value="idle">Idle
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/idle.html" data-content="Use the chrome.idle API"></a>
</label>
<label><input class="perm" type="checkbox" value="management">Management
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/management.html" data-content="The chrome.management module provides ways to manage the list of extensions/apps that are installed and running. It is particularly useful for extensions that override the built-in New Tab page."></a>
</label>
<label><input class="perm" type="checkbox" value="notifications">Notifications
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/notifications.html" data-content="Use desktop notifications to notify users that something important has happened. Notifications appear outside the browser window. "></a>
</label>
<label><input class="perm" type="checkbox" value="tabs">Tabs
<a class="more_info" target="_blank" href="http://developer.chrome.com/extensions/tabs.html" data-content="Use the chrome.tabs module to interact with the browser's tab system. You can use this module to create, modify, and rearrange tabs in the browser."></a>
</label>
<label><input class="perm" type="checkbox" value="geolocation">Geolocation
<a class="more_info" target="_blank" href="http://dev.w3.org/geo/api/spec-source.html" data-content="Allows the extension to use the proposed HTML5 geolocation API without prompting the user for permission."></a>
</label>
</div>
</div>
<div id="download-section" class="clearfix">
<a id="gen-link" href="#">Download it!</a>
</div>
<a id="download-link" href="#"></a>
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
<div id="about-container">
<div class="wrapper">
<div id="github-container" class="clearfix">
<img src="img/github-logo.png" alt="Github logo" />
<div id="github-repositories">
<h3>Open source baby!</h3>
<ul>
<li>This webapp is on <a href="https://github.com/altryne/extensionizr" target="_blank">github</a>!</li>
</ul>
<h3>Thanx to these guys :</h3>
<ul>
<li><a href="https://github.com/verekia/initializr-website" target="_blank">Initializr website</a></li>
<li><a href="https://github.com/gildas-lormeau/zip.js" target="_blank">ZIP.js</a></li>
<li><a href="https://github.com/mahemoff/chrome-boilerplate" target="_blank">Chrome boilerplate (mahemoff)</a></li>
<li><a href="https://github.com/Swader/ChromeSkel_a" target="_blank">ChromeSkel_a (Swader)</a></li>
</ul>
</div>
</div>
<article id="docs">
<h3>Another *izr? When will this stop</h3>
<p>Extensionizr is a simple way to jump start your chrome extension development. Just select the type of extension you want,
choose permissions and you're off.</p>
<h3>Why does this exist?</h3>
<p>
Because I got super tired creating the file structure for a new extension over and over again. <br>
Extensionizr will be always updated with the latest chrome manifest changes. <br>
In addition, I wanted to create a client-side only tool. Extensionizr doesn't use server side code! Don't believe me? Checkout the github repo.
</p>
<h3>Based on open source</h3>
<p>
Extensionizr is 90% based on open source pieces I put together. It's <strong>heavily</strong> inspired by
<a href="http://initializr.com">Initializr by Jonathan Verrecchia</a>.
</p>
<h3>Contact</h3>
<p>Email me at <span id="email"></span>, or mention <a target="_blank" href="http://twitter.com/#!/altryne">@altryne</a>.</p>
</article>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.8.3.min.js"><\/script>')</script>
<script type="text/javascript" src="js/libs/jquery.qtip.min.js"></script>
<script type="text/javascript" src="zip/zip.js"></script>
<script type="text/javascript" src="zip/zip-fs.js"></script>
<script type="text/javascript" src="zip/zip-ext.js"></script>
<script type="text/javascript" src="zip/dataview.js"></script>
<script src="js/script.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36571842-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>