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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cache Cleaner และคุณลักษณะหลักของมันคือ "Customizable dashboard every time you click a new tab that will help you organize your favorite sites, bookmarks, history, etc.!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speed dial 2.0 - New Tab, Bookmarks, History

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
    ]
}