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

Unified Diff: chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json

Issue 606061: Adds an example extension to demonstrate the processes experimental API.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json
===================================================================
--- chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json (revision 0)
+++ chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json (revision 0)
@@ -0,0 +1,13 @@
+{
+ "name": "Show Tabs in Process",
+ "version": "1.0",
+ "description": "Adds a browser action showing which tabs share the current tab's process.",
+ "permissions": [
+ "experimental", "tabs"
+ ],
+ "browser_action": {
+ "default_title": "Show Tabs in this Process",
+ "default_icon": "icon.png",
+ "popup": "popup.html"
+ }
+}
Property changes on: chrome\common\extensions\docs\examples\api\processes\show_tabs\manifest.json
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698