Speed Dial World

A beautiful, easy-to-use speed dial that gives you immediate access to your favorite websites!

Speed Dial Worldคืออะไร?

Speed Dial World เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Curt Norval และคุณลักษณะหลักของมันคือ "A beautiful, easy-to-use speed dial that gives you immediate access to your favorite websites!"

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

screenshot

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

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

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

                        To help you access your favorite websites much faster, "Speed Dial World" is an add-on.

On any page, simply right-click and then pick Add to Speed Dial. You may also right-click on the toolbar button and choose Add to Speed Dial from there. A screenshot of the website will be added to the speed dial page. To access your speed dial, click on the toolbar symbol. Within the UI of speed dial, there is a settings sidebar that allows you to change certain aesthetic preferences. There are several background pictures included (open sidebar for alternate options). Please keep in mind that all preferences are auto-saved in memory.

Note 1: When you first install the plugin, few websites are added to your speed dial automatically from your history (most visited sites). These websites do not have a screenshot.

Note 2: A user might drag and drop any of the speed dial UI's cells to a new position. Simply drag and drop the cell to your preferred location; all cells will be reordered automatically, and you'll be able to store them to memory.

Note 3: The "Speed Dial World" add-on does not alter the appearance of the new tab in your browser. It just creates a stand-alone page using Speed Dial UI.

Note 4: To add desired pages to the speed dial, use the keyboard command (Alt + Shift + A).

Note 5: To add the current tab or, if you want, all tabs to your speed dial, go to the extension's context menu and select "Add this tab or all tabs to my speed dial." If you choose all tabs, the extension will require broad host access.                    

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

ชื่อ Speed Dial World Speed Dial World
ID gcgifffidchbnbnlpbkccdghhoekkcdj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speed-dial-world/gcgifffidchbnbnlpbkccdghhoekkcdj
คำอธิบาย A beautiful, easy-to-use speed dial that gives you immediate access to your favorite websites!
ขนาดไฟล์ 15.53 MB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2022-06-26
วันที่เผยแพร่ 2022-06-26
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Curt Norval
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://worldaddons.com/speed-dial-world/
URL หน้าช่วยเหลือ https://worldaddons.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://worldaddons.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "Speed Dial World",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "speed-dial-world",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/speed-dial-world\/",
    "description": "A beautiful, easy-to-use speed dial that gives you immediate access to your favorite websites!",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Speed Dial World",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "commands": {
        "add-to-speeddial": {
            "description": "Add to Speed Dial World",
            "suggested_key": {
                "mac": "Alt+Shift+A",
                "default": "Alt+Shift+A"
            }
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}