https://github.com/zakwht/ghibli
Browser extension designed to showcase stills from Studio Ghibli films
https://github.com/zakwht/ghibli
browser-extension css html python react studio-ghibli typescript web
Last synced: 3 months ago
JSON representation
Browser extension designed to showcase stills from Studio Ghibli films
- Host: GitHub
- URL: https://github.com/zakwht/ghibli
- Owner: zakwht
- License: mit
- Created: 2022-09-09T08:18:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T04:26:28.000Z (over 1 year ago)
- Last Synced: 2025-03-12T06:28:38.043Z (over 1 year ago)
- Topics: browser-extension, css, html, python, react, studio-ghibli, typescript, web
- Language: TypeScript
- Homepage:
- Size: 15.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Studio Ghibli Browser Extension
[](https://chrome.google.com/webstore/detail/studio-ghibli-new-tab/fmdejajfcfdnbbanalgjibhcgbhihphd)
[](https://chrome.google.com/webstore/detail/studio-ghibli-new-tab/fmdejajfcfdnbbanalgjibhcgbhihphd)
[](/LICENSE)
[](https://github.com/prettier/prettier)
[](./src/json/stills.json)
Browser extension designed to showcase still shots from Studio Ghibli films.

### Features
- See a new Ghibli still as the background for each new tab opened
- Search user history (`chrome.history` API)
- Quick links to top sites (`chrome.topSites` API)
- Access the Google app launcher
### Development
#### Requirements
* Node v14 (built with 14.18.2)
* Python 3 (built with 3.7.3)
#### Scripts
* `start`: runs the app in development mode
* `build`: builds the app for production, including scraping the Studio Ghibli website for still shots and compressing the extension files
* `quick`: builds the app for production without executing the scraping script
* `options`: opens the extensions options page in the browser
### Acknowledgments
* __Designed with images retrieved from__ [Studio Ghibli](https://www.ghibli.jp/)
* __Developed with the inspiration of__ Kate Jones