Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mendhak/firefox-flickr-new-tab
Firefox New Tab replacement, showcase mendhak photos from Flickr.
https://github.com/mendhak/firefox-flickr-new-tab
firefox flickr photography tabs wallpaper
Last synced: 20 days ago
JSON representation
Firefox New Tab replacement, showcase mendhak photos from Flickr.
- Host: GitHub
- URL: https://github.com/mendhak/firefox-flickr-new-tab
- Owner: mendhak
- Created: 2020-10-02T19:07:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T08:13:31.000Z (over 1 year ago)
- Last Synced: 2024-10-31T15:47:45.386Z (2 months ago)
- Topics: firefox, flickr, photography, tabs, wallpaper
- Language: JavaScript
- Homepage:
- Size: 213 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Firefox - New Tab Replacement with Flickr Photos
This is a basic Firefox extension that replaces the New Tab in Firefox, and displays an image from Flickr Explore, or a Flickr album of your choice.
You can choose the Photoset ID, Flickr Explore, and Photo Sizes in `about:addons` > Flickr Photos In New Tab > Preferences.
The Addon page is at: https://addons.mozilla.org/en-GB/firefox/addon/mendhak-flickr-new-tab/
### Microsoft Edge
The addon page is at: https://microsoftedge.microsoft.com/addons/detail/flickr-photos-in-new-tab/egfjehkbfaakmjnjkfgkkgpbadngnlff
## Developing
In Firefox, open up `about:debugging` and click 'This Firefox'
Click 'Load Temporary Add-on...' and choose the `manifest.json` in this folder.
### Packaging
Zip up all needed files, but exclude git folder:
```
zip -r -FS ../firefox-mendhak-flickr * --exclude '*.git*'
```Then upload to the Developer Hub page and wait for approval.