OLD | NEW |
(Empty) | |
| 1 { |
| 2 "appName": { |
| 3 "message": "Caret Browsing", |
| 4 "description": "The title of the application, displayed in the web store." |
| 5 }, |
| 6 "appDesc": { |
| 7 "message": "Browse the text of web pages using arrow keys.", |
| 8 "description":"The description of the application, displayed in the web stor
e." |
| 9 }, |
| 10 "caretBrowsingOptions": { |
| 11 "message": "Caret Browsing Options", |
| 12 "description": "The title of the options page." |
| 13 }, |
| 14 "subheading1": { |
| 15 "message": "This extension gives you a movable cursor in the web page, allow
ing you to select text with the keyboard.", |
| 16 "description": "Text at the top of the options page explaining the extension
." |
| 17 }, |
| 18 "subheading2": { |
| 19 "message": "Try it out now - Caret Browsing is always enabled on this page!"
, |
| 20 "description": "More text at the top of the options page, explaining that Ca
ret Browsing (the name of this extension) is enabled on this page and the user c
an try it." |
| 21 }, |
| 22 "keyboardCommands": { |
| 23 "message": "Keyboard Commands", |
| 24 "description": "Title of the heading on the page that describes keyboard com
mands." |
| 25 }, |
| 26 "enableDisableNonCros": { |
| 27 "message": "Press <span class='key'>F7</span> to turn on Caret Browsing. Pre
ss it again to turn it off.", |
| 28 "description": "Instructions for how to enable or disable this feature on an
y platform other than Chrome OS." |
| 29 }, |
| 30 "enableDisableCros": { |
| 31 "message": "Press <span class='key'>Alt</span> + <img src='increase_brightne
ss.png'> (the Increase Brightness key, or F7) to turn on Caret Browsing. Press i
t again to turn it off.", |
| 32 "description": "Instructions for how to enable or disable this feature on a
Chromebook, where you have to hold Alt and press the special Increase Brightness
key on the top of the keyboard, or F7 if you're using an alternate keyboard." |
| 33 }, |
| 34 "moveByWordsNonMac": { |
| 35 "message": "Hold down <span class='key'>Control</span> to move by words.", |
| 36 "description": "Text that describes how to move by words using the Control k
ey. This string is used on all platforms other than Mac." |
| 37 }, |
| 38 "moveByWordsMac": { |
| 39 "message": "Hold down <span class='key'>Option</span> to move by words.", |
| 40 "description": "Text that describes how to move by words using the Option ke
y on a Mac keyboard." |
| 41 }, |
| 42 "visualFeedback": { |
| 43 "message": "Visual Feedback", |
| 44 "description": "Heading text for the part of the options page that lets the
user choose options for how the caret is shown visually." |
| 45 }, |
| 46 "whenEnabled": { |
| 47 "message": "When Caret Browsing is enabled:", |
| 48 "description": "Subheading in the options page where the user chooses what t
o show visually when this feature (Caret Browsing) is enabled." |
| 49 }, |
| 50 "animation": { |
| 51 "message": "Highlight the cursor position with an animation.", |
| 52 "description": "One of several possible options for what to do when the curs
or first appears - this option is to show a quick animation." |
| 53 }, |
| 54 "flash": { |
| 55 "message": "Highlight the cursor position with a quick flash.", |
| 56 "description": "One of several possible options for what to do when the curs
or first appears - this option is to flash something quickly." |
| 57 }, |
| 58 "noFeedback": { |
| 59 "message": "No feedback, just show the cursor.", |
| 60 "description": "One of several possible options for what to do when the curs
or first appears - this option is to do nothing." |
| 61 }, |
| 62 "jump": { |
| 63 "message": "When the caret jumps by a large distance:", |
| 64 "description": "Subheading in the options page where the user chooses what t
o show visually when the cursor jumps from one part of the page to another part
that's far away." |
| 65 }, |
| 66 "navHelp": { |
| 67 "message": "<p>Use arrow keys to move throughout the document. </p><p>Click
anywhere to move the cursor to that location. </p> <p> Press <span class='key'
>Shift</span> + arrows to select text.</p>", |
| 68 "description": "A description of how to use the caret browsing feature." |
| 69 }, |
| 70 "focusHelp": { |
| 71 "message": "<p>When you reach a link or control, it is automatically focused
. Press <span class='key'>Enter</span> to click a link or button. </p> <p> W
hen a focused control (like a text box or a list box) is capturing arrow keys,
press <span class='key'>Esc</span> followed by the left or right arrow to con
tinue Caret Browsing. </p> <p> Alternatively, press <span class='key'>Tab</spa
n> to move to the next focusable control. </p>", |
| 72 "description": "A description of how to use the caret browsing feature to na
vigate between focusable controls like text fields." |
| 73 } |
| 74 } |
OLD | NEW |