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!”。
擴展截圖
下載Smart Dials for the 'new tab page'擴展crx文件
下載Smart Dials for the 'new tab page'擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | gdigllpmgjeneojfnbalomniaonmbiae |
官方網址 | 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" } |