Advertisement
Tryah85

manifest-html-js on chrome exstension

Aug 9th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. document.addEventListener('DOMContentLoaded', function() {
  5.     trigger();
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement