Photos New Tab

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

什么是Photos New Tab?

Photos New Tab是由https://photosnewtab.com开发的Chrome扩展程序,该扩展的主要功能是“Personalized photos from your Google Photos account in your new tabs.”。

扩展截图

screenshot

下载Photos New Tab扩展crx文件

下载Photos New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Photos New Tab Photos New Tab
ID fpljkobkodmnmldgodfefnmjgjlljbjn
官方URL https://chromewebstore.google.com/detail/photos-new-tab/fpljkobkodmnmldgodfefnmjgjlljbjn
简介 Personalized photos from your Google Photos account in your new tabs.
文件大小 163 KB
安装次数 2,206
当前版本 0.99
更新时间 2023-12-21
上架时间 2019-09-05
评分 4.23/5 共30次评分
开发者 https://photosnewtab.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.photosnewtab.com/
隐私政策页面URL http://www.photosnewtab.com/terms
支持的语言 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"
        ]
    }
}