Speed Dial

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

什麼是Speed Dial?

Speed Dial是由Speed Dial Dev開發的Chrome擴展程式,該擴展的主要功能是“Speed Dial changes standard page to the new tab page with your saved bookmarks.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Speed Dial擴展crx文件

下載Speed Dial擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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"
}