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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/manifest/incognito.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 <h1 id="incognito">Manifest - Incognito</h1> 1 <h1 id="incognito">Manifest - Incognito</h1>
2 2
3 <p> 3 <p>
4 Use the <code>"incognito"</code> manifest key with either 4 Use the <code>"incognito"</code> manifest key with either
5 <code>"spanning"</code> or <code>"split"</code> to specify how this 5 <code>"spanning"</code> or <code>"split"</code> to specify how this
6 {{platform}} will behave if allowed to run in incognito mode. 6 {{platform}} will behave if allowed to run in incognito mode.
7 </p> 7 </p>
8 8
9 <p> 9 <p>
10 Only extensions can choose. Apps will always use the default value for the app 10 Only extensions can choose. Apps will always use the default value for the app
(...skipping 26 matching lines...) Expand all
37 37
38 <h2 id="how-to-choose">How to choose</h2> 38 <h2 id="how-to-choose">How to choose</h2>
39 <p> 39 <p>
40 As a rule of thumb, if your extension or app needs to load a tab in an 40 As a rule of thumb, if your extension or app needs to load a tab in an
41 incognito browser, use <em>split</em> incognito behavior. If your extension or 41 incognito browser, use <em>split</em> incognito behavior. If your extension or
42 app needs to be logged into a remote server use <em>spanning</em> incognito 42 app needs to be logged into a remote server use <em>spanning</em> incognito
43 behavior. 43 behavior.
44 </p> 44 </p>
45 45
46 <p> 46 <p>
47 <a href="/{{platform}}s/storage.html#property-sync">chrome.storage.sync</a> and 47 <a href="/{{platform}}s/storage#property-sync">chrome.storage.sync</a> and
48 <a href="/{{platform}}s/storage.html#property-local">chrome.storage.local</a> 48 <a href="/{{platform}}s/storage#property-local">chrome.storage.local</a>
49 are <em>always</em> shared between regular and incognito processes. It is 49 are <em>always</em> shared between regular and incognito processes. It is
50 recommended to use them for persisting your {{platform}}'s settings. 50 recommended to use them for persisting your {{platform}}'s settings.
51 </p> 51 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698