Skip to content

Instantly share code, notes, and snippets.

@code
code / manifest.json
Created January 14, 2013 09:56
Speak Thai chrome extension
{
"name": "Speak Thai",
"description": "Reads out selected thai text",
"version": "0.1",
"permissions": ["contextMenus"],
"background": {
"scripts": ["speak-thai.js"]
},
"manifest_version": 2