• Stars
    star
    532
  • Rank 83,377 (Top 2 %)
  • Language
  • License
    MIT License
  • Created about 13 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A boilerplate for Chrome app, extension, and theme development.
This is a boilerplate for Chrome app, extension, and theme development. It
should be easy enough to get started even if you've never built a Chrome
extension before by following the INSTALLATION notes.

Most of the boilerplate is scribbed together from the docs at
http://code.google.com/chrome/extensions and the icons auto-generated at
http://faviconist.com. It's all MIT-licensed.

INSTALLATION

  The boilerplate works out of the box, so start by installing it in Chrome:

  - git clone git://github.com/mahemoff/chrome-boilerplate.git my-project-name
  - Visit chrome://extensions and expand "Development mode" (top right).
  - Choose "Load unpacked extension ..." and point to the new project directory.
  - It's installed! You should see a new button in your address bar. Click it!

CUSTOMIZATION

  By default, most things are commented out - uncomment them to make them active.

  UI Exposure:

    Your extension can be an app, an action (address bar popup), or a theme,
    but it can only be one of these. Or if it does other stuff, maybe it won't
    do any at all. So at most only one of these can be uncommented.

  Permissions:
  
    For convenience, these are mostly selected by default (except "experimental",
    as it requires you run Chrome with a special flag). Be sure to comment out
    what you don't need - i.e., most of them - before distributing your extension.

  Locales: 

    A basic locale setup is included, with English declared as the default
    language. This won't do any harm even if you're not planning to localize your app.

WHO MADE THIS?

  Michael Mahemoff (http://mahemoff.com). I was previously working in Google's
  Chrome team, but am no longer at Google and this is not an official
  Google/Chrome project.

More Repositories

1

geodata

Cities JSON data via wikipedia
Ruby
94
star
2

hackernews

Pure client-side Hacker News Reader powered by coffee-script.js and less.js
JavaScript
24
star
3

express-twitter

Twitter OAuth support for Node/Express
CoffeeScript
21
star
4

humanstxt

Chrome extension to show humans.txt for current website
JavaScript
21
star
5

measuretext

Web font metrics, a JavaScript library
JavaScript
16
star
6

thoughtless

Thoughtless Slide Framework. Don't Make Me Think! (Or code.)
JavaScript
14
star
7

Instalicious

Push Delicious bookmarks to Instapaper
Python
14
star
8

controlfreak

Extension to allow easy web page tweaks, similar to GreaseMonkey in spirit
JavaScript
12
star
9

socketdoc

A wiki/doc proof-of-concept built with SocketStream
CoffeeScript
11
star
10

jQuery-iFrame

A jQuery plugin to help you set iframe source and squirt HTML content into iframes, with timing support
JavaScript
11
star
11

approximate

Small library to format numbers approximately ("7.5K", "280M", etc.)
CoffeeScript
10
star
12

musicmakes

Spins around the map playing regional music.
JavaScript
9
star
13

pluspress

Google Plus to RSS in PHP, maybe some other stuff later
PHP
9
star
14

lokalise

(No longer maintained!) Unofficial command-line utility for Lokalise, mainly lets you download strings in your preferred format. May also be incorporated into Ruby/Rake scripts.
Ruby
7
star
15

countdown

Chrome countdown extension (hosted and packaged)
JavaScript
6
star
16

osmoprop

osmoprop
JavaScript
5
star
17

egobot

Social stats on slack
Ruby
3
star
18

git-notes

Notes built collectively during a "Learning Git" session at Osmosoft
3
star
19

player

Player FM mobile/web client
JavaScript
3
star
20

dotfiles

Dotfiles such as bash_profile and vimrc
Shell
3
star
21

squish

Palm WebOS "Squish Moving Things" Game
3
star
22

playground

mahemoff's git playground
3
star
23

status

growl-style notification with support for animated progress indicator, error notifications
CoffeeScript
3
star
24

rampage

An HTML5 History Demo
2
star
25

satiate

1
star
26

altchrome

Adds CoffeeScript support to Chrome (and maybe other languages later)
1
star
27

player-chrome

Chrome App Experiment for Player FM (at Chrome Apps London hack event)
JavaScript
1
star
28

oscars.txt

A text file of the Academy Awards nominees
CoffeeScript
1
star
29

devrels

Index of Developer Relations Organisations
Ruby
1
star
30

reflickr

Chrome extension to make it easier to search and use Flickr CC images
1
star
31

highlight-reel

Command-line tool to extract multiple clips from a video
Ruby
1
star