Speed Dial

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

Что такое Speed Dial?

Speed Dial - это расширение Chrome, разработанное https://www.addonsearch.net, и его основная функция - "Speed Dial allows you to add and manage bookmarks in the New Tab page.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Speed Dial

Скачайте файлы расширений 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"
    }
}