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
电子邮箱 [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"
    }
}