Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.14 KB

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: