Stellar Photos

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

什麼是Stellar Photos?

Stellar Photos是由Ayooluwa Isaiah開發的Chrome擴展程式,該擴展的主要功能是“Experience a beautiful photo from Unsplash every time you open a new browser tab”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Stellar Photos擴展crx文件

下載Stellar Photos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        - 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.                    

擴展基本資訊

名稱 Stellar Photos Stellar Photos
ID dgjeipdebjigeaanhogpdjdjigogpjmo
官方網址 https://chromewebstore.google.com/detail/stellar-photos/dgjeipdebjigeaanhogpdjdjigogpjmo
簡介 Experience a beautiful photo from Unsplash every time you open a new browser tab
檔案大小 333 KB
安裝次數 541
目前版本 4.1.2
更新時間 2022-01-21
上架時間 2019-06-04
評分 4.75/5 共 4 次評分
開發者 Ayooluwa Isaiah
電子郵箱 [email protected]
付費類型 free
擴展官網 https://stellar.freshman.tech
說明頁面URL https://github.com/ayoisaiah/stellar-photos/issues
支援的語言 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"
}