Tabbed.io - New Tab Page

A personalised landing page for your browser

Tabbed.io - New Tab Page란 무엇입니까?

Tabbed.io - New Tab Page은(는) http://tabbed.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A personalised landing page for your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tabbed.io - New Tab Page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tabbed.io replaces your new tab page with a minimalistic and clean dashboard featuring a clock and the date.

Each day you receive a new random wallpaper from unsplash.com!

Many addons are optional so you can choose to keep the minimalist new tab page.

Features
* Beautiful, random wallpaper every day with the option to choose again
* Countdown timer with customisable sounds
* Google I'm Feeling Lucky - super fast search!
* Time and date settings
* Access to Chrome Apps page
* Custom wallpapers via URL (even import background GIFs!)
* Syncs all of these settings and get the same wallpaper per day across your devices                    

확장 프로그램 기본 정보

이름 Tabbed.io - New Tab Page Tabbed.io - New Tab Page
ID oipnokfpeckfiofafaoikkhkmhdeoebb
공식 URL https://chrome.google.com/webstore/detail/oipnokfpeckfiofafaoikkhkmhdeoebb
설명 A personalised landing page for your browser
파일 크기 1.12 MB
설치 횟수 116
현재 버전 1.4.2
최근 업데이트 2017-04-12
출시 날짜 2017-04-12
평점 4.25/5 총 12 개의 평점
개발자 http://tabbed.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://tabbed.io
도움말 페이지 URL https://github.com/danbovey/Tabbed.io/issues
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabbed.io - New Tab Page",
    "short_name": "Tabbed.io",
    "description": "A personalised landing page for your browser",
    "author": "Dan Bovey",
    "version": "1.4.2",
    "offline_enabled": true,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.tabbed.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tabbed.io\/*"
            ],
            "js": [
                "js\/extension.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}