Tern plugin for chrome extensions API. This plugin is Chrome extensions API JSON type definition. Install $ npm install -g tern-chrome-extension Configuration Here is a minimal example .tern-project configuration file: { "libs":["ecma5"], "plugins": { "chrome-extension": {} } }