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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://dialspeed.xyz/chrome/support/
عنوان صفحة سياسة الخصوصية 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"
}