Speed Dial | Bookmarks

Speed Dial | Bookmarks - quick access to your favorites sites.

Speed Dial | Bookmarksคืออะไร?

Speed Dial | Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Speed Dial และคุณลักษณะหลักของมันคือ "Speed Dial | Bookmarks - quick access to your favorites sites."

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

screenshot

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

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

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

                        Speed Dial | Bookmarks - app for the Chrome browser, which makes working with bookmarks comfortable and enjoyable. You do not need to re-create bookmarks - after installing the app will automatically transfer all of your bookmarks on your homepage. You can move bookmarks, move, and rename folders and of course use the search which is located on the main page. Watch a short video tutorial, and feel the difference.
Speed Dial | Bookmarks - everything you need at one's fingertips!                    

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

ชื่อ Speed Dial | Bookmarks Speed Dial | Bookmarks
ID anlhakiodmebohjmkbciohpglnjifjaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speed-dial-bookmarks/anlhakiodmebohjmkbciohpglnjifjaa
คำอธิบาย Speed Dial | Bookmarks - quick access to your favorites sites.
ขนาดไฟล์ 654 KB
จำนวนการติดตั้ง 4,269
เวอร์ชันปัจจุบัน 4.0.0.9
อัปเดตครั้งล่าสุด 2024-01-20
วันที่เผยแพร่ 2020-03-01
คะแนน 4.15/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา Speed Dial
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://dialspeed.xyz/chrome/support/
URL หน้านโยบายความเป็นส่วนตัว https://cf-privacy.dialspeed.xyz/privacy/policy.html
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html#newtab"
    },
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "104.0.0.0",
    "name": "__MSG_app_name__",
    "short_name": "SpeedDial",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "4.0.0.9"
}