swiftify

customize your new tab page

swiftify란 무엇입니까?

swiftify은(는) pianokaisen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "customize your new tab page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

swiftify 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Replace your tabs with a personal tab tailored to your liking, with some extra taylor swift spice. Every refresh is another chance for another picture and taylor swift quote. This page is flexible to many preferences, allowing you to get the most out of every new tab.

✨ Features ✨ 
🌄 Collection of natural landscapes
🌄 Easy access customization bar on left when you move your mouse left
🌄 Customize brightness, saturation, contrast, and blur of backgrounds

💻 Widgets you can put on dashboard: Clock, search bar, 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
💻 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 side widgets (taylor swift quotes, weather, and a guess-the-swift-song game)
✅ Toggle widgets on and off

All pictures taken from Unsplash.                    

확장 프로그램 기본 정보

이름 swiftify swiftify
ID pjiidjnbjhcdkjgaembhimbboofbpphp
공식 URL https://chromewebstore.google.com/detail/swiftify/pjiidjnbjhcdkjgaembhimbboofbpphp
설명 customize your new tab page
파일 크기 22.26 MB
설치 횟수 2,000
현재 버전 0.0.3
최근 업데이트 2022-06-14
출시 날짜 2022-05-03
평점 4.50/5 총 2 개의 평점
개발자 pianokaisen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://emilyxietty.github.io/
개인정보 보호 정책 페이지 URL https://emilyxietty.github.io/chromeprivacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "swiftify",
    "version": "0.0.3",
    "short_name": "swiftify",
    "options_page": "options.html",
    "description": "customize your new tab page",
    "permissions": [
        "storage",
        "bookmarks",
        "geolocation"
    ],
    "icons": {
        "48": "icons\/heen48.png",
        "128": "icons\/heen128.png"
    },
    "action": {
        "default_title": "swiftify",
        "default_popup": "options.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}