Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Side by Side Diff: chrome/common/extensions/docs/examples/api/tabs/inspector.zip

Issue 9289057: Changing manifest to v2 extension samples (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding zip files after rebasing with master Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 PKAp-@ñÁ9ª//inspector/background.js// Copyright (c) 2012 The C hromium Authors. All rights reserved. 1 PKAp-@ñÁ9ª//inspector/background.js// Copyright (c) 2012 The C hromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 chrome.browserAction.onClicked.addListener(function(tab) { 5 chrome.browserAction.onClicked.addListener(function(tab) {
6 chrome.tabs.create({url:chrome.extension.getURL("tabs_api.html")}); 6 chrome.tabs.create({url:chrome.extension.getURL("tabs_api.html")});
7 }); 7 });
8 PK¹dK>•Q[ß~ß~ inspector/jstemplate_compiled.js/** 8 PK¹dK>•Q[ß~ß~ inspector/jstemplate_compiled.js/**
9 * @fileoverview This file contains miscellaneous basic functionality. 9 * @fileoverview This file contains miscellaneous basic functionality.
10 * 10 *
(...skipping 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 <button onclick="loadWindowList();">Refresh</button> 1581 <button onclick="loadWindowList();">Refresh</button>
1582 <button onclick="updateAll();">Update All</button> 1582 <button onclick="updateAll();">Update All</button>
1583 <button onclick="moveAll();">Move All</button> 1583 <button onclick="moveAll();">Move All</button>
1584 <button onclick="clearLog();">-->Clear Log</button> 1584 <button onclick="clearLog();">-->Clear Log</button>
1585 <button onclick="chrome.windows.create();">New Window</button> 1585 <button onclick="chrome.windows.create();">New Window</button>
1586 </div> 1586 </div>
1587 <div id="log" style="background-color: #EEAAEE; margin: 20px; padding: 8px"> 1587 <div id="log" style="background-color: #EEAAEE; margin: 20px; padding: 8px">
1588 </div> 1588 </div>
1589 </body> 1589 </body>
1590 </html>PKAp-@ñÁ9ª// inspector/background.jsPK ¹dK>•Q[ß~ß~  dinspector/jstemplate_compiled.jsPK Ž‘,@p]Ü( €inspector/manifest.json5872b06c80edb857d 72e28ea6e7d67d0f8a1c369PK¹dK>ô[cš1313 Äinspector/t abs_api.htmlPKE*µ 1590 </html>PKAp-@ñÁ9ª// inspector/background.jsPK ¹dK>•Q[ß~ß~  dinspector/jstemplate_compiled.jsPK Ž‘,@p]Ü( €inspector/manifest.json5872b06c80edb857d 72e28ea6e7d67d0f8a1c369PK¹dK>ô[cš1313 Äinspector/t abs_api.htmlPKE*µ
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698