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

Side by Side Diff: chrome/common/extensions/docs/examples/api/devtools/panels/chrome-query.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 PKhš?!u¥ï[[chrome-query/devtools.html<html> 1 PKhš?!u¥ï[[chrome-query/devtools.html<html>
2 <body> 2 <body>
3 <script type="text/javascript"> 3 <script type="text/javascript">
4 // The function below is executed in the context of the inspected page. 4 // The function below is executed in the context of the inspected page.
5 var page_getProperties = function() { 5 var page_getProperties = function() {
6 var data = window.jQuery && $0 ? jQuery.data($0) : {}; 6 var data = window.jQuery && $0 ? jQuery.data($0) : {};
7 // Make a shallow copy with a null prototype, so that sidebar does not 7 // Make a shallow copy with a null prototype, so that sidebar does not
8 // expose prototype. 8 // expose prototype.
9 var props = Object.getOwnPropertyNames(data); 9 var props = Object.getOwnPropertyNames(data);
10 var copy = { __proto__: null }; 10 var copy = { __proto__: null };
(...skipping 15 matching lines...) Expand all
26 </script> 26 </script>
27 </body> 27 </body>
28 </html> 28 </html>
29 PKāš?- ßEßßchrome-query/manifest.json{ 29 PKāš?- ßEßßchrome-query/manifest.json{
30 "name": "Chrome Query", 30 "name": "Chrome Query",
31 "version": "1.0", 31 "version": "1.0",
32 "description": "Extends the Developer Tools, adding a sidebar that displays th e jQuery data associated with the selected DOM element.", 32 "description": "Extends the Developer Tools, adding a sidebar that displays th e jQuery data associated with the selected DOM element.",
33 "devtools_page": "devtools.html" 33 "devtools_page": "devtools.html"
34 } 34 }
35 PKhš?!u¥ï[[ chrome-query/devtools.htmlPK āš?- ßEßß( “chrome-query/manifest.json4c71a5bb5bde6571 148baf32e6aa63945641d83aPK¸ª 35 PKhš?!u¥ï[[ chrome-query/devtools.htmlPK āš?- ßEßß( “chrome-query/manifest.json4c71a5bb5bde6571 148baf32e6aa63945641d83aPK¸ª
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698