Skip to content
/ tablo Public

New tab page web extension with random image from MoMA or TATE museum

Notifications You must be signed in to change notification settings

radiium/tablo

Repository files navigation

screenshot tablo

Description:

New tab browser extension for Display random image from MoMA museum or Tate modern museum (with image details and historic panel). Available in dark or light theme.

screenshot

This project is an angular template for creating cross browser extension (Firefox/Chrome).
Generated with Angular CLI version 10.2.0.

Getting Started:

For development

npm run serve

For Firefox web extension
  • dev: npm run watch:web-ext
  • prod: npm run build:web-ext
    Go to page about:debugging#/runtime/this-firefox for install extension manually.
For chrome extension
  • dev: npm run watch:chrome
  • prod: npm run build:chrome
    Go to page chrome://extensions/ for install extension manually.
More documentation on web extensions: