Yay! Another Speed dial!

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

Yay! Another Speed dial! là gì?

Yay! Another Speed dial! là một tiện ích mở rộng Chrome được phát triển bởi kinsama-dev, và tính năng chính của nó là "A cool and highly customizable Speed Dial focused on style and simplicity.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yay! Another Speed dial!

Tải xuống các tệp mở rộng Yay! Another Speed dial! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yay! Another Speed dial! Yay! Another Speed dial!
ID ildbinpaafbhmjbafifhpglifncjhmdp
URL Chính Thức https://chromewebstore.google.com/detail/yay-another-speed-dial/ildbinpaafbhmjbafifhpglifncjhmdp
Mô tả A cool and highly customizable Speed Dial focused on style and simplicity.
Kích Thước Tệp 1.01 MB
Số Lần Cài Đặt 667
Phiên Bản Hiện Tại 1.5.2.1
Cập Nhật Lần Cuối 2021-05-13
Ngày Phát Hành 2019-04-08
Đánh Giá 4.53/5 Tổng số 34 Đánh Giá
Nhà Phát Triển kinsama-dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}