Easy Speed Dial

Easy Speed Dial replaces the new tab page with a colorful grid of your bookmarks and folders.

Easy Speed Dialคืออะไร?

Easy Speed Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://easyspeeddial.com และคุณลักษณะหลักของมันคือ "Easy Speed Dial replaces the new tab page with a colorful grid of your bookmarks and folders."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Speed Dial

ดาวน์โหลดไฟล์ส่วนขยาย Easy Speed Dial ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easy Speed Dial replaces the new tab page with a colorful grid of your bookmarks and folders.

=======
Features
=======

Browser Bookmarks
Bookmarks and folders that you already have in the browser are used for display in the Easy Speed Dial grid.

Ready to Use
No configuration is required, but many customizations are available.

Custom Backgrounds
A curated collection of backgrounds is available. You can also select a favorite photo from your device

Dark Mode
Light and dark color schemes are available. Your device preference is used by default, but you can change it, if desired.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Easy Speed Dial Easy Speed Dial
ID nejdcfinmjpapnkjffcejgcidjmbipcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-speed-dial/nejdcfinmjpapnkjffcejgcidjmbipcp
คำอธิบาย Easy Speed Dial replaces the new tab page with a colorful grid of your bookmarks and folders.
ขนาดไฟล์ 1.06 MB
จำนวนการติดตั้ง 1,516
เวอร์ชันปัจจุบัน 2.9
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2020-05-18
คะแนน 4.50/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://easyspeeddial.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://easyspeeddial.com/
URL หน้าช่วยเหลือ https://github.com/lucaseverett/easy-speed-dial
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Speed Dial",
    "version": "2.9",
    "permissions": [
        "bookmarks",
        "storage",
        "unlimitedStorage"
    ],
    "description": "Easy Speed Dial replaces the new tab page with a colorful grid of your bookmarks and folders.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png",
        "1024": "icons\/1024.png"
    },
    "author": "Lucas Everett",
    "homepage_url": "https:\/\/easyspeeddial.com"
}