bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Use the chrome.i18nAPI to
internationalize your extension. Start by creating directories to hold
language-specific message files within a folder called _locales/. For example:
Each messages.json file will contain localized strings identified by a key. For
example, the following code localizes the tooltip for _locales/en/messages.json.
The key for this string is __MSG_tooltip__.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-29 UTC."],[],[]]