ghiblify - new tab

Add some magic into your everyday life. Photos sourced from the studio ghibli website, free for personal use.

ghiblify - new tab란 무엇입니까?

ghiblify - new tab은(는) pianokaisen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add some magic into your everyday life. Photos sourced from the studio ghibli website, free for personal use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ghiblify - new tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Replace new tab page with a more personal tab. Every refresh is another chance for another picture. This page is flexible to many preferences, allowing you to get the most out of every new tab.

Studio Ghibli is nostalgic and soothing, known for Hayao Miyazaki's captivating visual style. All pictures taken from online sources, credit to Studio Ghibli for many of their free-for-personal-use works.


🚨 FIXES TO1.1.4 🚨
🔨 Fixed saved links

🚨 CHANGES TO 1.1.0-1.1.3 🚨
🔨 Fixed todo list 🔨 Fixed search bar, slight adjustments📆 NEW date widget 🎥 RETURNED youtube videos 🎨 REDESIGNED settings 🐭 NEW custom cursors 📸 UPGRADED photo settings 🔨 Automatic alignment of text in widgets 👉 NEW user-adjusted right hand bar, saves preferences 🌡️ NEW fahrenheit + celsius adjustment for weather 😌 NEW mindfulness widget (click to switch to others) 📝 NEW notes widget ⏳ NEW promodoro timer widget 🔗 NEW quicklinks widget 🌠 FASTER image loading ☔️ FASTER weather widget

✨ Features ✨ 
🌄 Curated collection of studio ghibli photos, free for personal use by studio ghibli
✏️ Easy access customization bar on left when you move your mouse left
❓ Customize which movies you would like to see backgrounds for
🔆 Customize brightness, saturation, contrast, and blur of backgrounds
❤️ select favourites in the left-hand bar (choose to show these exclusively)
🗑️ remove backgrounds you do not want in your rotation
🧠 beta animated background (calm)

💻 Widgets you can put on dashboard: Clock, search bar, movie information, to-do list
💻 Toggle widgets on and off on left-hand bar
💻 Freely drag widgets across screen
💻 Click clock to convert to 24-hour/12-hour clocks
💻 Click movie information to customize format (name, Japanese name, screen time, quote, year released)
💻 Right click to-do list to cross out items
💻 Click right hand side of search bar to switch between Google, Duckduckgo, Bing, and Yahoo

✅ Move mouse to right side of screen to access widgets (breathing, weather, gif)
✅ Move mouse to left side of screen to access adjustments to main screen
✅ Click on some widgets to access additional settings
✅ Toggle widgets on and off                    

확장 프로그램 기본 정보

이름 ghiblify - new tab ghiblify - new tab
ID kdaipjfpbngmcginhhahacjkkkpbaefh
공식 URL https://chromewebstore.google.com/detail/ghiblify-new-tab/kdaipjfpbngmcginhhahacjkkkpbaefh
설명 Add some magic into your everyday life. Photos sourced from the studio ghibli website, free for personal use.
파일 크기 9.59 MB
설치 횟수 26,788
현재 버전 1.1.5
최근 업데이트 2024-02-16
출시 날짜 2022-05-03
평점 4.71/5 총 89 개의 평점
개발자 pianokaisen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://emilyxietty.github.io/pages/newtab.html
개인정보 보호 정책 페이지 URL https://emilyxietty.github.io/chromeprivacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ghiblify - new tab",
    "version": "1.1.5",
    "short_name": "ghiblify",
    "options_page": "options.html",
    "description": "Add some magic into your everyday life. Photos sourced from the studio ghibli website, free for personal use.",
    "permissions": [
        "storage",
        "geolocation"
    ],
    "icons": {
        "48": "icons\/soot_48.png",
        "128": "icons\/soot_128.png"
    },
    "action": {
        "default_title": "Test",
        "default_popup": "options.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}