Speed Dial Dogs

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

Speed Dial Dogs là gì?

Speed Dial Dogs là một tiện ích mở rộng Chrome được phát triển bởi https://www.addonsearch.net, và tính năng chính của nó là "Speed Dial allows you to add and manage bookmarks in the New Tab page.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Speed Dial Dogs

Tải xuống các tệp mở rộng Speed Dial Dogs 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

                        Speed Dial Dogs allows you to manage bookmarks and select a beautiful background wallpaper with a dog picture.

You could select from predefined dog background themes or set a custom background image with a image of your own dog.

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                    

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

Tên Speed Dial Dogs Speed Dial Dogs
ID efjlkfleldijfhcobncfdndaeigkijgn
URL Chính Thức https://chromewebstore.google.com/detail/speed-dial-dogs/efjlkfleldijfhcobncfdndaeigkijgn
Mô tả Speed Dial allows you to add and manage bookmarks in the New Tab page.
Kích Thước Tệp 3.32 MB
Số Lần Cài Đặt 3,398
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2021-02-10
Ngày Phát Hành 2020-05-24
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.addonsearch.net
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.addonsearch.net/privacy.html
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Dial Dogs",
    "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"
    }
}