Speed Dial

Speed Dial allows you to add and manage bookmarks in the New Tab page.

Speed Dialとは何ですか?

Speed Dialはhttps://www.addonsearch.netによって開発されたChromeの拡張機能で、その主な機能は「Speed Dial allows you to add and manage bookmarks in the New Tab page.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Speed Dial拡張機能のCRXファイルをダウンロード

Speed Dial拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Manage bookmarks directly in the New Tab page of your browser. All important websites are displayed quickly in the browser tab. 

You could select from predefined background themes and set a custom background image.

With the integrated search box you can start your search directly in the New Tab. The default search is changed to addonsearch.net in the New Tab.

Your bookmarks are only stored locally in your browser and are kept private.

Terms & Conditions: https://www.addonsearch.net/terms.html
Privacy Policy: https://www.addonsearch.net/privacy.html                    

拡張機能の基本情報

名前 Speed Dial Speed Dial
ID pbclkopbecbmkiijepgjoodiidfkbchn
公式URL https://chromewebstore.google.com/detail/speed-dial/pbclkopbecbmkiijepgjoodiidfkbchn
説明 Speed Dial allows you to add and manage bookmarks in the New Tab page.
ファイルサイズ 4.67 MB
インストール数 34,746
現在のバージョン 2.0.2
最終更新日 2020-05-22
公開日 2020-05-22
評価 4.27/5 合計 33 レビュー
開発者 https://www.addonsearch.net
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.addonsearch.net/privacy.html
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Dial",
    "version": "2.0.2",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "contextMenus",
        "history",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "browser_action": {
        "default_icon": "img\/64.png"
    }
}