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

Unified Diff: chrome/common/extensions/docs/static/ntp.html

Issue 376001: ntp.html -> override.html (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/static/ntp.html
===================================================================
--- chrome/common/extensions/docs/static/ntp.html (revision 31151)
+++ chrome/common/extensions/docs/static/ntp.html (working copy)
@@ -1,52 +0,0 @@
-<div id="pageData-title" class="pageData">New Tab Pages</div>
-
-<p>
-The New Tab Page is the page that appears
-when the user creates a new tab or window.
-You can override the default New Tab Page,
-providing an HTML file to be used instead.
-This HTML file usually has CSS and JavaScript code,
-as well as HTML.
-</p>
-
-<p class="comment">
-[PENDING: Show a screenshot here, featuring both the + and the NTP.]
-</p>
-
-<h2 id="manifest">Manifest</h2>
-
-<p>
-Register your New Tab Page in the
-<a href="manifest.html">extension manifest</a>
-like this:
-</p>
-
-<pre>
-"chrome_url_overrides": {
- "newtab": "newtab.html"
-}
-</pre>
-
-
-<h2 id="examples">Examples</h2>
-
-<p>
-For an example of specifying a very simple New Tab Page,
-see the
-<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/samples/override_igoogle/">override_igoogle</a> example.
-That example uses a 3-line file named <code>redirect.html</code>
-to implement the New Tab Page.
-</p>
-
-<div class="comment">
-
-<p class="tbd">
-[PENDING: Could have Tips section with a <b>Do</b>, <b>Do not</b> list
-similar to browser actions.
-</p>
-
-<p class="tbd">
-[PENDING: Maybe have a gallery of NTPs?]
-</p>
-
-</div>

Powered by Google App Engine
This is Rietveld 408576698