Добавляет в хранилище по указанному адресу указанные данные.
addStorageItems = function(aStorageURL, aStorageKey, aCryptoKey, aItems, aStoragePass);
var items = ['first item', 'second item', 'third item']; //Добавляем в хранилище элементы addStorageItems('http://mysite.ru/storage.php','requests','mycrypto',items);