Speed dial 2.0 - New Tab, Bookmarks, History

Customizable dashboard every time you click a new tab that will help you organize your favorite sites, bookmarks, history, etc.!

什麼是Speed dial 2.0 - New Tab, Bookmarks, History?

Speed dial 2.0 - New Tab, Bookmarks, History是由Cache Cleaner開發的Chrome擴展程式,該擴展的主要功能是“Customizable dashboard every time you click a new tab that will help you organize your favorite sites, bookmarks, history, etc.!”。

擴展截圖

screenshot
screenshot

下載Speed dial 2.0 - New Tab, Bookmarks, History擴展crx文件

下載Speed dial 2.0 - New Tab, Bookmarks, History擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ⬇️Easy to set up⬇️:

1. Install and add the extension to Chrome.
2. This extension takes over your new tab and lets you add shortcuts (speed-dials) in a fun way.
3. Add a speed dial and assign it an icon.
4. Arrange your speed dials in standard/fancy/list views.

✨Features ✨

1. Drag and drop your speed dials.
2. Edit the number of columns, size of the speed dials and customizable transparency.
3. The new tab will have your speed dials, recently visited and closed pages, and visual bookmarks 🔖to make it easy for you to go and forth between them.
4. Sync your dials between different browsers.

This extension is a New Tab replacement with syncable 3D Speed Dials, with which you can organize your bookmarks🔖, groups, and most visited pages.                    

擴展基本資訊

名稱 Speed dial 2.0 - New Tab, Bookmarks, History Speed dial 2.0 - New Tab, Bookmarks, History
ID oanhmijchkljichcbefljdihkbfbboeh
官方網址 https://chromewebstore.google.com/detail/speed-dial-20-new-tab-boo/oanhmijchkljichcbefljdihkbfbboeh
簡介 Customizable dashboard every time you click a new tab that will help you organize your favorite sites, bookmarks, history, etc.!
檔案大小 11.34 MB
安裝次數 122
目前版本 1.0.1
更新時間 2022-11-11
上架時間 2022-11-10
評分 4.50/5 共 24 次評分
開發者 Cache Cleaner
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://videodownloaderforfb.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Speed dial 2.0 - New Tab, Bookmarks, History",
    "version": "1.0.1",
    "description": "Customizable dashboard every time you click a new tab that will help you organize your favorite sites, bookmarks, history, etc.!",
    "background": {
        "service_worker": "js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "html\/newTab.html"
    },
    "icons": {
        "16": "img\/icons\/dial.png",
        "32": "img\/icons\/dial.png",
        "48": "img\/icons\/dial.png",
        "128": "img\/icons\/dial.png"
    },
    "action": {
        "default_icon": "img\/icons\/dial.png",
        "default_popup": "html\/popup.html",
        "default_title": "Speed dial"
    },
    "permissions": [
        "activeTab",
        "unlimitedStorage",
        "storage",
        "history",
        "bookmarks",
        "favicon"
    ],
    "host_permissions": [
        "*:\/\/*.google.com\/*"
    ]
}