Unsplash Instant

Beautiful photos from Unsplash in your new tabs.

Unsplash Instantとは何ですか?

Unsplash Instantはhttps://instant.unsplash.comによって開発されたChromeの拡張機能で、その主な機能は「Beautiful photos from Unsplash in your new tabs.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Unsplash Instant拡張機能のCRXファイルをダウンロード

Unsplash Instant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Each time you open a new tab, Unsplash Instant will show you a beautiful high-resolution photo from Unsplash — free to download and use however you want.

Features:
 • Beautiful photos from Unsplash in every new tab
 • Download photos directly to your computer
 • Motion: Bring Unsplash photos to life
 • Minimal UI: Hide parts of the user interface to make Unsplash Instant even more minimal
 • View photo and camera information
 • Share photos with friends via Facebook and Twitter

Changelog 3.0.7:
 • Removed unused Chrome permissions

Changelog 3.0.6:
 • Tweaked colors to be more accessible
 • History moved into it's own section
 • Increased background image size on larger viewports
 • Updated Help link

Changelog 3.0.5:
 • We have a new logo: https://medium.com/unsplash/a-new-logo-for-unsplash-6f4b1e4e5241

Changelog 3.0.3:
 • *New* You can now bookmark https://instant.unsplash.com and use it as homepage on other browsers
 • Fixes downloads issue
 • Fixes blurry photo issue

Changelog 3.0:
 • *New* History: Jump back to photos from recently closed tabs
 • *New* Motion: Bring Unsplash Instant photos to life with subtle motion
 • *New* Minimal UI: Hide parts of the user interface to make Unsplash Instant even more minimal
 • *New* Defaults: Open Default New Tab / Apps
 • Interface tweaks to feel more native
 • Various performance and code optimizations

For bugs and feature requests, visit:
https://chrome.google.com/webstore/detail/unsplash-instant/pejkokffkapolfffcgbmdmhdelanoaih/support

Learn more about Unsplash at https://unsplash.com/about

Twitter: twitter.com/unsplash
Facebook: facebook.com/unsplash
Instagram: instagram.com/unsplash

www.unsplash.com                    

拡張機能の基本情報

名前 Unsplash Instant Unsplash Instant
ID pejkokffkapolfffcgbmdmhdelanoaih
公式URL https://chromewebstore.google.com/detail/unsplash-instant/pejkokffkapolfffcgbmdmhdelanoaih
説明 Beautiful photos from Unsplash in your new tabs.
ファイルサイズ 52.16 KB
インストール数 100,000
現在のバージョン 3.0.7
最終更新日 2021-03-27
公開日 2020-01-08
評価 4.57/5 合計 473 レビュー
開発者 https://instant.unsplash.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://unsplash.com
ヘルプページのURL https://help.unsplash.com/en/
プライバシーポリシーページのURL https://unsplash.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unsplash Instant",
    "version": "3.0.7",
    "manifest_version": 2,
    "description": "Beautiful photos from Unsplash in your new tabs.",
    "homepage_url": "https:\/\/unsplash.com",
    "icons": {
        "128": "img\/icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}