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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}