Supa Speed Dial

Clean and simple bookmarks on New Tab.

ما هو Supa Speed Dial؟

Supa Speed Dial هو إضافة Chrome تم تطويرها بواسطة Supa Code، والميزة الرئيسية لها هي "Clean and simple bookmarks on New Tab.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replace New Tab with bookmarks and folders of your choice.

Features

- Create folders and sub-folders
- Make hidden bookmarks/folders
- Drag and drop to change position of bookmark/folder
- Folder layout: grid or list
- Tile size: small, medium, large
- From 1 to 13 columns (on small tile size)
- Change tile color
- Change background on New Tab page
- Search bookmarks/folders
- Mark bookmark as cannot be searched
- Export and import Supa Speed Dials

FAQ

1. How can I import my browser's bookmarks?
- You can't. Only Supa Speed Dial bookmarks can be imported
2. How can I access bookmark/folder that is hidden and cannot be searched?
- There is a way to access it, but I will leave this up to you to figure it out
3. How can I add bookmark to hidden folder?
- Look at question #2 or make folder visible
4. Do you plan to add thumbnails?
- Maybe someday                    

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

الاسم Supa Speed Dial Supa Speed Dial
ID jdkfbjolbkocomndaingibljnhplcepj
عنوان URL الرسمي https://chromewebstore.google.com/detail/supa-speed-dial/jdkfbjolbkocomndaingibljnhplcepj
الوصف Clean and simple bookmarks on New Tab.
حجم الملف 205 KB
عدد التثبيتات 25
النسخة الحالية 1.0.0
آخر تحديث 2021-08-25
تاريخ النشر 2021-08-25
تقييم 2.00/5 مجموع تقييمات 1
المطور Supa Code
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supa Speed Dial",
    "version": "1.0.0",
    "description": "Clean and simple bookmarks on New Tab.",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Supa Speed Dial",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    }
}