Group Speed Dial

The most advanced Speed Dial for your bookmarks! Speed-up your productivity with fast access to your favorite websites and tools.

Group Speed Dialคืออะไร?

Group Speed Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fastaddons.com และคุณลักษณะหลักของมันคือ "The most advanced Speed Dial for your bookmarks! Speed-up your productivity with fast access to your favorite websites and tools."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ✅ Upgrade your "New Tab" page with a speed-dial to access your favorite pages anywhere / anytime in an organized fashion using groups (folders).
🔒 Privacy-friendly - no tracking, no ads, no data collection!

⭐ TOP FEATURES:
🔸 Cloud synchronization - synchronize your data between devices and browsers - for free!
🔸 Cloud speed-dials - access your links in any browser, even in your phone!
🔸 Search engines - easy access to your favorite search providers!
🔸 Timer - stopwatch / countdown / alarm
🔸 Top-sites - quick access to your most visited pages
🔸 Recently closed tabs list
🔸 Text notes - for your todo list
🔸 Tags support
🔸 Import from other popular extensions
🔸 Share your speed dials groups with your friends
🔸 Active development!

🔥 Need more features? Upgrade to PRO to get:
🔸 Live dials - a full live interact-able pages
🔸 Multi-page dials - multiple links in a list
🔸 Weather forecast - for any location for 5 days
🔸 Multi-search - multiple (custom) search engines integration
🔸 Splitting dial into multiple smaller
🔸 Row/column colors
🔸 Automatic Productivity mode
🔸 full list of PRO features:
https://github.com/fastaddons/GroupSpeedDial/wiki/PRO-version-features


❤ Support independent developer and official friend of Addons!
👤 Juraj Mäsiar, building extensions since 2016:
https://blog.mozilla.org/addons/2020/06/15/Friend-Of-Add-ons-Juraj-Masiar/

🔒 Privacy Policy:
https://github.com/fastaddons/GroupSpeedDial/blob/master/PRIVACY_POLICY.md

🕑 Recently added features:
🔸 The list of changes in last versions is available here:
https://addons.mozilla.org/addon/groupspeeddial/versions/

💌 Credits:
🔸 icons by Font Awesome: https://fontawesome.com/license                    

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

ชื่อ Group Speed Dial Group Speed Dial
ID imfeikbeimbfpmgfkkmjekabdehiiajc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/group-speed-dial/imfeikbeimbfpmgfkkmjekabdehiiajc
คำอธิบาย The most advanced Speed Dial for your bookmarks! Speed-up your productivity with fast access to your favorite websites and tools.
ขนาดไฟล์ 3.02 MB
จำนวนการติดตั้ง 27,431
เวอร์ชันปัจจุบัน 24.8
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2020-03-28
คะแนน 4.55/5 รวมทั้งหมด 247 คะแนน
ผู้พัฒนา https://fastaddons.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://group-speed-dial.fastaddons.com/
URL หน้าช่วยเหลือ https://github.com/fastaddons/GroupSpeedDial/issues
URL หน้านโยบายความเป็นส่วนตัว https://github.com/fastaddons/privacy_policy
ภาษาที่รองรับ de,en,fr,nl,es,es-419,it,pl,sk,cs,el,ru,uk,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "24.8",
    "author": "Juraj M\u00e4siar",
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.loader.js"
    },
    "action": {
        "default_icon": {
            "128": "128.png"
        },
        "default_popup": "popup\/popup.html?popup=true"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+O"
            }
        },
        "open-dials": {
            "suggested_key": {
                "default": "Alt + 1"
            },
            "description": "Opens dials page"
        },
        "search-dial": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Opens search for dial box"
        },
        "edit-group": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "Opens \"Edit group\" dialog"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/group-speed-dial.fastaddons.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content_scripts\/content_script.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "dial.html"
    },
    "options_ui": {
        "page": "popup\/popup.html",
        "open_in_tab": true
    },
    "permissions": [
        "alarms",
        "unlimitedStorage",
        "webNavigation",
        "contextMenus",
        "sessions",
        "storage",
        "tabs",
        "activeTab",
        "webRequest",
        "declarativeNetRequestWithHostAccess",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "downloads",
        "bookmarks",
        "topSites"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "128.png"
            ],
            "matches": [
                "https:\/\/maketext.io\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "incognito": "split"
}