Logicify / chrome-research-plugin

Chrome plugin for internet researchers. Provides support for smart history, snapshots, etc.
1 stars 0 forks source link

Render bookmark objects from the local storage #8

Closed lexaux closed 11 years ago

lexaux commented 11 years ago

Task is to:

  1. Prepare test data. Save 10 objects to the local storage (as an array). Made only once.
  2. Load these objects to an alive array with JSON.parse().
  3. Render a list of these object in HTML. One could use the jquery if needed.