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

Side by Side Diff: chrome/common/extensions/docs/examples/api/power/_locales/en/messages.json

Issue 12576018: Add chrome.power extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add copyright notice to example extension Created 7 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "extensionName": {
3 "message": "Keep Awake",
4 "description": "Extension name."
5 },
6 "extensionDescription": {
7 "message": "Override system power-saving settings.",
8 "description": "Extension description."
9 },
10 "disabledTitle": {
11 "message": "Default power-saving settings",
12 "description": "Browser action title when disabled."
13 },
14 "displayTitle": {
15 "message": "Screen will be kept on",
16 "description": "Browser action title when preventing screen-off."
17 },
18 "systemTitle": {
19 "message": "System will stay awake",
20 "description": "Browser action title when preventing system sleep."
21 }
22 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/power.idl ('k') | chrome/common/extensions/docs/examples/api/power/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698