Speed Dial

Speed Dial changes standard page to the new tab page with your saved bookmarks.

ما هو Speed Dial؟

Speed Dial هو إضافة Chrome تم تطويرها بواسطة Speed Dial Dev، والميزة الرئيسية لها هي "Speed Dial changes standard page to the new tab page with your saved bookmarks.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Speed Dial

قم بتنزيل ملفات الامتداد Speed Dial بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The Speed Dial expansion changes standard browser tab to beautiful new tab page with Visual Bookmarks.

The main advantage of Speed Dial in comparison with the standard page is that you can add the links to the websites of your choice so you always have direct access to them. And also you can sort the icons of already added links. 

Our expansion also adds the search bar. The page layout can be changed in the expansion settings, you can also change the search engine used for the search bar.

Thanks to "import and export" function your visual bookmarks will not be lost after browser or system reinstallation. This function also allows you to transfer your saved bookmarks to other computers with New Tab Page installed instead of standard page.                    

معلومات أساسية عن التمديد

الاسم Speed Dial Speed Dial
ID ejbjamhkdedinncaeiackcdehpccoejm
عنوان URL الرسمي https://chromewebstore.google.com/detail/speed-dial/ejbjamhkdedinncaeiackcdehpccoejm
الوصف Speed Dial changes standard page to the new tab page with your saved bookmarks.
حجم الملف 1.51 MB
عدد التثبيتات 278,032
النسخة الحالية 1.1.9
آخر تحديث 2022-11-16
تاريخ النشر 2020-05-12
تقييم 4.70/5 مجموع تقييمات 22039
المطور Speed Dial Dev
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة http://feedback.speed-dial.net/
اللغات المدعومة en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Alexander",
    "background": {
        "service_worker": "js\/bg.js"
    },
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "manifest_version": 3,
    "name": "__MSG_chrome_extension_name__",
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "contextMenus",
        "storage",
        "favicon"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "short_name": "__MSG_chrome_extension_short_name__",
    "version": "1.1.9"
}