Photos New Tab

Personalized photos from your Google Photos account in your new tabs.

Wat is Photos New Tab?

Photos New Tab is een Chrome-extensie ontwikkeld door https://photosnewtab.com, en de belangrijkste functie is "Personalized photos from your Google Photos account in your new tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Photos New Tab

Download Photos New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        See personalized, random photos in your new tabs linked to your Google Photos account, getting your best memories in front of you throughout the day!

Every time you open a new tab you'll be shown a random photo from your Google Photos account. 

You can choose which albums you want to see and hide to avoid embarrassing content from popping up unexpectedly. You can also temporarily disable personalization for presentations or public spaces.

This product is not made by Google and has no official association with Google Photos.

Hope you enjoy!

=====================

New in version 0.99

- Switch to Manifest V3
- Clean up the UI styling
- Substantially reduce extension size

NOTE: the extension may take some time to load your album/photo data on initial load, as well as when loading an album for the first time.

------------------------

New in version 0.26

Change disconnect account text to match Google Photos UX guidelines.

------------------------

New in version 0.25

Fix for showing photos when account isn't connected or personalization is disabled.

------------------------

New in version 0.24

Bug fixes for unexpected errors when no data is returned from API requests.


------------------------


New in version 0.23

Fixed

Also fixes a bug where reconnecting an account had to be done twice.

------------------------


New in version 0.22

- Add ability to disconnect an account from inside the extension
- UX changes to match Google brand guidelines
- Better onboarding when no previous install is found

Also fixes a bug where reconnecting an account had to be done twice.

------------------------

New in version 0.21

Google has sunset the Picasa photos API so this switches everything over to Google Photos. This should resolve any reported issues around seeing a constant "loading" screen, or not being able to update album lists.

For the most part the experience should be the same, but due to the changes necessary this will require reconnecting your account once you upgrade, and you'll lose your local configuration. Sorry about that!

Other minor changes:

- Photo quality should automatically update based on your browser window size
- All album links now take you straight to Google Photos instead of Picasa
- Fixes a bug where the extension stopped working if you had a very large number of albums and photos
- Prevent creating duplicate history entries

This is a pre-release for a major upgrade towards what I'll eventually call version 1.0.

------------------------

New in version 0.20

- History mode! Now scroll through the last 10 photos you've seen.

------------------------

New in version 0.19

- Allow toggling how images are fit to the browser (zoom versus contain)
- Options UI overhaul

------------------------

New in version 0.18

- bug fixes when using the extension on multiple devices

------------------------

New in version 0.17

- prevent common video thumbnail types from showing up
- add rate and donate buttons

------------------------

New in version 0.16

- add ability to hide/show album info
- add compact controls mode
- fix a bug causing extension to break after photos are removed from albums

------------------------

New in version 0.15

- add ability to easily copy / save images using the browser's controls

------------------------

New in version 0.14: 

- disable personalized photos temporarily from config page
- faster image loading when personalization is disabled / not setup
- better algorithm for choosing what photo to display                    

Basisinformatie over de Extensie

Naam Photos New Tab Photos New Tab
ID fpljkobkodmnmldgodfefnmjgjlljbjn
Officiële URL https://chromewebstore.google.com/detail/photos-new-tab/fpljkobkodmnmldgodfefnmjgjlljbjn
Beschrijving Personalized photos from your Google Photos account in your new tabs.
Bestandsgrootte 163 KB
Aantal Installaties 2,206
Huidige Versie 0.99
Laatst Bijgewerkt 2023-12-21
Publicatiedatum 2019-09-05
Beoordeling 4.23/5 Totaal 30 Beoordelingen
Ontwikkelaar https://photosnewtab.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.photosnewtab.com/
URL van de Privacybeleid Pagina http://www.photosnewtab.com/terms
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Photos New Tab",
    "description": "Personalized photos from your Google Photos account in your new tabs.",
    "version": "0.99",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "author": "Cory Zue",
    "homepage_url": "http:\/\/www.photosnewtab.com\/",
    "minimum_chrome_version": "88",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    },
    "content_security_policy": {
        "extension_pages": "img-src 'self' data: https:; connect-src 'self' https:; style-src 'unsafe-inline' 'self'; default-src 'self'"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*.googleusercontent.com\/",
        "https:\/\/*.googleusercontent.com\/",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/accounts.google.com\/"
    ],
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApmbMEpnpgPiBbtjxFURCN7eDhASsXaUebP9OO4SJabj0ky5rQjL+Vk+aHGIkq4ey27ydsSycQBiFz7UmgdRJ1P4M1pzOHh7dwC88hiGfxjxYUwF5uamGq3yqpuVqL\/WFpYKzaa030NxQomM2rk3OHFigFi5ohvfdx2yrOWoDvmbqXP6TGd0WBGtqkM4qUY9PfcdVdqAfg7k8zpZ2wDpwlcD5h3mw6KrRDaBq6Es8TUa+2jIxkGckCA7g7pm1RuCkPIsJhrF6MfEXr\/cK7EfcAtjF74lQ4FLgfdSleivY8eoZuv2N5GZ+1WY63cgnn2rQ\/9gwBkAmG5Zi7NUmGEr\/sQIDAQAB",
    "oauth2": {
        "client_id": "183069475397-jb31pieavae04krjnk89gkqu4oo1u13u.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/photoslibrary.readonly"
        ]
    }
}