Stellar Photos

Experience a beautiful photo from Unsplash every time you open a new browser tab

Was ist Stellar Photos?

Stellar Photos ist eine Chrome-Erweiterung, die von Ayooluwa Isaiah entwickelt wurde, und ihr Hauptmerkmal ist "Experience a beautiful photo from Unsplash every time you open a new browser tab".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Stellar Photos-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stellar Photos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        - Enjoy a new, carefully curated hi-res photo every time you open a new tab - totally free for personal or commercial use with no attribution required.
- Download your favourite images or sync them over to the cloud (Google Drive, Dropbox or Onedrive).
- Change the frequency for loading new background images. Options include: every new tab, every 15 minutes, hourly or daily.
- Pause the your favourite background images until further notice.
- Search Unsplash's library of over 1 million hi-res photos.
- View basic photo information such as ISO, Location, Camera Model, Shutter Speed e.t.c.
- Load images from your favourite public Unsplash collections.
- See the images from the last 10 tabs you've opened and update the current background image to any one of them as you please.                    

Grundlegende Informationen zur Erweiterung

Name Stellar Photos Stellar Photos
ID dgjeipdebjigeaanhogpdjdjigogpjmo
Offizielle URL https://chromewebstore.google.com/detail/stellar-photos/dgjeipdebjigeaanhogpdjdjigogpjmo
Beschreibung Experience a beautiful photo from Unsplash every time you open a new browser tab
Dateigröße 333 KB
Installationsanzahl 541
Aktuelle Version 4.1.2
Letztes Update 2022-01-21
Veröffentlichungsdatum 2019-06-04
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler Ayooluwa Isaiah
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://stellar.freshman.tech
Hilfeseite URL https://github.com/ayoisaiah/stellar-photos/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stellar Photos",
    "version": "4.1.2",
    "description": "Experience a beautiful photo from Unsplash every time you open a new browser tab",
    "icons": {
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "alarms"
    ],
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/stellar.freshman.tech\/*"
            ],
            "js": [
                "js\/tab.bundle.js"
            ]
        }
    ],
    "minimum_chrome_version": "75"
}