Speed Dial | Bookmarks

Speed Dial | Bookmarks - quick access to your favorites sites.

什麼是Speed Dial | Bookmarks?

Speed Dial | Bookmarks是由Speed Dial開發的Chrome擴展程式,該擴展的主要功能是“Speed Dial | Bookmarks - quick access to your favorites sites.”。

擴展截圖

screenshot

下載Speed Dial | Bookmarks擴展crx文件

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

擴展使用說明

                        Speed Dial | Bookmarks - app for the Chrome browser, which makes working with bookmarks comfortable and enjoyable. You do not need to re-create bookmarks - after installing the app will automatically transfer all of your bookmarks on your homepage. You can move bookmarks, move, and rename folders and of course use the search which is located on the main page. Watch a short video tutorial, and feel the difference.
Speed Dial | Bookmarks - everything you need at one's fingertips!                    

擴展基本資訊

名稱 Speed Dial | Bookmarks Speed Dial | Bookmarks
ID anlhakiodmebohjmkbciohpglnjifjaa
官方網址 https://chromewebstore.google.com/detail/speed-dial-bookmarks/anlhakiodmebohjmkbciohpglnjifjaa
簡介 Speed Dial | Bookmarks - quick access to your favorites sites.
檔案大小 654 KB
安裝次數 4,269
目前版本 4.0.0.9
更新時間 2024-01-20
上架時間 2020-03-01
評分 4.15/5 共 39 次評分
開發者 Speed Dial
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://dialspeed.xyz/chrome/support/
隱私政策頁面URL https://cf-privacy.dialspeed.xyz/privacy/policy.html
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html#newtab"
    },
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "104.0.0.0",
    "name": "__MSG_app_name__",
    "short_name": "SpeedDial",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "4.0.0.9"
}