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
公式URL 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
Eメール [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"
}