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' là gì?
Smart Dials for the 'new tab page' là một tiện ích mở rộng Chrome được phát triển bởi jesper.bjerke, và tính năng chính của nó là "Override the 'new tab page' with a smart grid system that adapts to your habits. The more you use it the smarter it gets!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smart Dials for the 'new tab page'
Tải xuống các tệp mở rộng Smart Dials for the 'new tab page' dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gdigllpmgjeneojfnbalomniaonmbiae |
URL Chính Thức | https://chrome.google.com/webstore/detail/smart-dials-for-the-new-t/gdigllpmgjeneojfnbalomniaonmbiae |
Mô tả | Override the 'new tab page' with a smart grid system that adapts to your habits. The more you use it the smarter it gets! |
Kích Thước Tệp | 1.01 MB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-06-18 |
Ngày Phát Hành | 2015-06-18 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | jesper.bjerke |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |