Smart Dials for the 'new tab page'

Override the 'new tab page' with a smart grid system that adapts to your habits. The more you use it the smarter it gets!

Smart Dials for the 'new tab page'란 무엇입니까?

Smart Dials for the 'new tab page'은(는) jesper.bjerke에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Override the 'new tab page' with a smart grid system that adapts to your habits. The more you use it the smarter it gets!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Smart Dials for the 'new tab page' 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Also features intelligent navigation suggestions based on previous browsing habits outside of your personal saved dials.

Supports two different environments to base dial-suggestions from; Work and Home. (is NOT limited to 2 devices though)

Convenient integration of unread articles from your Pocket. Quicklinks to Evernote, Feedly and your Chrome apps. 

Looking for a specific dial? Just type "dial" in the omnibox (the browser addressfield), the press tab and continue typing to filter out dials based on your search. 

Other features:
- Feedly unread count
- Import bookmarks into dials.
- Import function from Speed Dial 2.
- Syncs across your devices.
- Set amounts of columns to best suit your preferences
- Edit dials and set custom background color if it doesn't have a thumbnail
- Clean interface and speedy performance.

More features planned, feedback and suggestions are welcome!                    

확장 프로그램 기본 정보

이름 Smart Dials for the 'new tab page' Smart Dials for the 'new tab page'
ID gdigllpmgjeneojfnbalomniaonmbiae
공식 URL https://chrome.google.com/webstore/detail/smart-dials-for-the-new-t/gdigllpmgjeneojfnbalomniaonmbiae
설명 Override the 'new tab page' with a smart grid system that adapts to your habits. The more you use it the smarter it gets!
파일 크기 1.01 MB
설치 횟수 55
현재 버전 1.2
최근 업데이트 2015-06-18
출시 날짜 2015-06-18
평점 4.75/5 총 4 개의 평점
개발자 jesper.bjerke
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/min\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-add19.png",
            "38": "images\/icon-add38.png"
        },
        "default_title": "Add this page as dial"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "description": "Override the 'new tab page' with a smart grid system that adapts to your habits. The more you use it the smarter it gets!",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Smart Dials for the 'new tab page'",
    "omnibox": {
        "keyword": "dial"
    },
    "permissions": [
        "webRequest",
        "storage",
        "tabs",
        "topSites",
        "history",
        "bookmarks",
        "management",
        "identity",
        "*:\/\/getpocket.com\/*",
        "*:\/\/*.getpocket.com\/*",
        "*:\/\/*.feedly.com\/*",
        "*:\/\/*\/*"
    ],
    "short_name": "Smart Dials",
    "version": "1.2"
}