On Chrome's developer page about storage in extensions, it explicitly says that the storage area is not encrypted, so confidential information should not be stored there.
Safari offers a "SafariExtensionSecureSettings" class to securely store key/value pairs. Is there an equivalent in Google Chrome?