Yay! Another Speed dial!

A cool and highly customizable Speed Dial focused on style and simplicity.

Что такое Yay! Another Speed dial!?

Yay! Another Speed dial! - это расширение Chrome, разработанное kinsama-dev, и его основная функция - "A cool and highly customizable Speed Dial focused on style and simplicity.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Yay! Another Speed dial!

Скачайте файлы расширений Yay! Another Speed dial! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Yay! Another Speed dial! is an extension to replace the home page when opening the browser or a new tab.
You can organize your bookmarks by tabs to quickly access your favorite sites.
A theme editor makes it possible to completely personalize your homepage as you wish!

features
- Fully customize your homepage or use one of our already created themes.
- Fully responsive design
- Organize your bookmarks by tabs
- Easily add the site you are visiting to one of the tabs you have created                    

Основная информация о расширении

Название Yay! Another Speed dial! Yay! Another Speed dial!
ID ildbinpaafbhmjbafifhpglifncjhmdp
Официальный URL https://chromewebstore.google.com/detail/yay-another-speed-dial/ildbinpaafbhmjbafifhpglifncjhmdp
Описание A cool and highly customizable Speed Dial focused on style and simplicity.
Размер файла 1.01 MB
Количество установок 667
Текущая Версия 1.5.2.1
Последнее Обновление 2021-05-13
Дата публикации 2019-04-08
Рейтинг 4.53/5 Всего 34 оценок
Разработчик kinsama-dev
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки de,en,fr,es,hu,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "59.0"
        }
    },
    "name": "Yay! Another Speed dial!",
    "version": "1.5.2.1",
    "author": "Lo\u00efc",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "48": "icons\/icon.png",
        "96": "icons\/[email protected]"
    },
    "background": {
        "page": "\/index.html?page=background"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "downloads",
        "bookmarks",
        "unlimitedStorage"
    ]
}